Skip to content

Commit 31fce3c

Browse files
committed
fix(api): test auth
1 parent fc3414d commit 31fce3c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

apps/api/vitest.config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ export default defineWorkersConfig({
1313
// This avoids loading CloudflareNodeRegistry and heavy packages like geotiff
1414
main: "./src/test-entry.ts",
1515
singleWorker: true,
16+
// Use isolated local mode in CI to avoid authentication errors
17+
isolatedStorage: true,
1618
},
1719
},
1820
},

0 commit comments

Comments
 (0)