fix: mettre à jour la configuration de déploiement pour Cloudflare et ajuster les commandes de wrangler

This commit is contained in:
2025-12-18 20:53:06 +01:00
parent 6e810e47cf
commit ac46398a9d
3 changed files with 7 additions and 3 deletions

View File

@@ -7,7 +7,7 @@
"preview": "bun run build && wrangler pages dev",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"deploy": "bun run cf-typegen && bun run build && wrangler pages deploy .output/public",
"deploy": "bun run cf-typegen && bun run build && wrangler pages deploy",
"cf-typegen": "wrangler types"
},
"dependencies": {