Skip to content

Commit 1dd4c8a

Browse files
tbjersclaude
andcommitted
Add nodejs_compat flag to dashboard Pages config
SvelteKit uses node:async_hooks internally; without nodejs_compat the Pages worker throws at runtime. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 4e577d3 commit 1dd4c8a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

dashboard/wrangler.jsonc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "coverage-tracker-dashboard",
33
"compatibility_date": "2024-11-01",
4+
"compatibility_flags": ["nodejs_compat"],
45
"pages_build_output_dir": ".svelte-kit/cloudflare"
56
}

0 commit comments

Comments
 (0)