feat: add cloudflare workers deployment

This commit is contained in:
Codex
2026-06-21 23:43:02 +08:00
parent 2fc34979f4
commit 44e9e04533
35 changed files with 8343 additions and 121 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import { defineConfig, devices } from "@playwright/test";
export default defineConfig({
testDir: "./tests/e2e",
webServer: {
command: "npm run dev",
command: "API_ACCESS_KEY=local-dev-key API_AUTH_DISABLED=false npm run dev",
url: "http://localhost:3000",
reuseExistingServer: true,
timeout: 120_000,