fix: Cloudflare image provider only in production

This commit is contained in:
2026-01-30 12:20:30 -05:00
parent 4079e4ecfb
commit 291fa6eaa4
2 changed files with 5 additions and 4 deletions

View File

@@ -10,7 +10,7 @@
"dev": "nuxt dev",
"lint": "eslint --fix .",
"postinstall": "nuxt prepare",
"preview": "pnpm run build && wrangler dev --port 3000",
"preview": "WRANGLER_ENV=dev pnpm run build && wrangler dev --port 3000",
"release": "pnpm lint && changelogen --noAuthors --release --push",
"typecheck": "nuxt typecheck"
},