mirror of
https://github.com/elder-plinius/LEAKHUB.git
synced 2026-07-21 03:20:54 +02:00
🔧 FIX: Updated deployment command in package.json and restructured wrangler.jsonc for asset configuration and compatibility date
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@
|
||||
"build": "tsc --noEmit && vite build",
|
||||
"lint": "tsc && eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
||||
"preview": "vite preview",
|
||||
"deploy": "npm run build && npx wrangler pages deploy",
|
||||
"deploy": "npm run build && npx wrangler deploy",
|
||||
"cf-typegen": "npx wrangler types"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user