{ "$schema": "https://capsule-registry.pages.dev/schemas/install.v1.json", "files": [ { "from": "src/.github/workflows/deploy-web.yml", "to": "github/workflows/deploy-web.yml" }, { "from": "src/app/.node-version", "to": "node-version" }, { "from": "src/app/.nvmrc", "to": "nvmrc" }, { "from": "src/app/cloudflare-env.d.ts", "to": "cloudflare-env.d.ts" }, { "from": "src/app/open-next.config.ts", "to": "open-next.config.ts" }, { "from": "src/app/tsconfig.json", "to": "tsconfig.json" }, { "from": "src/app/worker.ts", "to": "worker.ts" }, { "from": "src/app/wrangler.jsonc", "to": "wrangler.jsonc" } ], "env_required": [ "CLOUDFLARE_API_TOKEN", "CLOUDFLARE_ACCOUNT_ID", "NEXT_PUBLIC_TURNSTILE_SITE_KEY", "FORCE_JAVASCRIPT_ACTIONS_TO_NODE24" ] }