mirror of
https://github.com/djdevin/recflare.git
synced 2026-09-08 14:41:28 -07:00
authentication improvements
This commit is contained in:
@@ -8,9 +8,6 @@ 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',
|
||||
},
|
||||
},
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user