mirror of
https://github.com/pockethost/pockethost.git
synced 2025-06-06 22:26:45 +00:00
add wrangler deploy support to dashboard
This commit is contained in:
parent
8c695b2d20
commit
b0d4d37551
@ -8,6 +8,7 @@
|
|||||||
"preview": "npx http-server@latest ./build -P \"http://localhost:8080?\"",
|
"preview": "npx http-server@latest ./build -P \"http://localhost:8080?\"",
|
||||||
"dev": "vite dev",
|
"dev": "vite dev",
|
||||||
"build": "NODE_ENV=production vite build",
|
"build": "NODE_ENV=production vite build",
|
||||||
|
"deploy": "wrangler pages deploy ./build",
|
||||||
"lint": "prettier --check .",
|
"lint": "prettier --check .",
|
||||||
"format": "prettier --write .",
|
"format": "prettier --write .",
|
||||||
"postbuild": "svelte-sitemap --domain https://pockethost.io"
|
"postbuild": "svelte-sitemap --domain https://pockethost.io"
|
||||||
@ -47,6 +48,7 @@
|
|||||||
"svelte-sitemap": "^2.6.0",
|
"svelte-sitemap": "^2.6.0",
|
||||||
"tailwindcss": "^3.4.13",
|
"tailwindcss": "^3.4.13",
|
||||||
"unist-util-visit": "^5.0.0",
|
"unist-util-visit": "^5.0.0",
|
||||||
"vite": "^5.4.8"
|
"vite": "^5.4.8",
|
||||||
|
"wrangler": "^3.87.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
664
pnpm-lock.yaml
generated
664
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user