turn off image signing to save CPU

This commit is contained in:
Devin Zuczek
2026-08-07 15:10:09 -04:00
parent 7bbbac6dc9
commit 4e578f7771
6 changed files with 66 additions and 9 deletions
+4
View File
@@ -8,6 +8,10 @@ export default defineConfig({
miniflare: {
bindings: {
ENVIRONMENT: 'VITEST',
// Signing is off in `wrangler.jsonc`; turn it on here so the `?sig=p1`
// path stays covered. The flag-off behaviour is tested by calling the
// app directly with an overridden env.
IMG_SIGNING_ENABLED: true,
},
},
}),