add wrangler deploy support to dashboard

This commit is contained in:
Ben Allfree 2024-11-17 07:19:19 -08:00
parent 8c695b2d20
commit b0d4d37551
2 changed files with 667 additions and 1 deletions

View File

@ -8,6 +8,7 @@
"preview": "npx http-server@latest ./build -P \"http://localhost:8080?\"",
"dev": "vite dev",
"build": "NODE_ENV=production vite build",
"deploy": "wrangler pages deploy ./build",
"lint": "prettier --check .",
"format": "prettier --write .",
"postbuild": "svelte-sitemap --domain https://pockethost.io"
@ -47,6 +48,7 @@
"svelte-sitemap": "^2.6.0",
"tailwindcss": "^3.4.13",
"unist-util-visit": "^5.0.0",
"vite": "^5.4.8"
"vite": "^5.4.8",
"wrangler": "^3.87.0"
}
}

664
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff