Skip to content

Commit 5b9db8a

Browse files
committed
fix Pages app output configs
1 parent 1f6424b commit 5b9db8a

3 files changed

Lines changed: 13 additions & 0 deletions

File tree

apps/docs/wrangler.jsonc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"$schema": "../../node_modules/wrangler/config-schema.json",
3+
"name": "nexu-design",
4+
"compatibility_date": "2026-04-29",
5+
"pages_build_output_dir": "./dist"
6+
}

apps/storybook/wrangler.jsonc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"$schema": "../../node_modules/wrangler/config-schema.json",
3+
"name": "nexu-design",
4+
"compatibility_date": "2026-04-29",
5+
"pages_build_output_dir": "./dist"
6+
}

wrangler.jsonc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"$schema": "./node_modules/wrangler/config-schema.json",
33
"name": "nexu-design",
4+
"compatibility_date": "2026-04-29",
45
"pages_build_output_dir": "./dist"
56
}

0 commit comments

Comments
 (0)