move to JWT_SECRET

This commit is contained in:
Devin Zuczek
2026-07-06 16:20:05 -04:00
parent 631fefcfda
commit fbc1aedfcd
6 changed files with 32 additions and 13 deletions
+3
View File
@@ -8,6 +8,9 @@ export default defineConfig({
miniflare: {
bindings: {
ENVIRONMENT: 'VITEST',
// `.dev.vars` is gitignored, so provide a deterministic signing key
// for tests (and CI, which has no `.dev.vars`).
JWT_SECRET: 'test-signing-key',
},
},
}),