We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d507e4d commit 1181eb5Copy full SHA for 1181eb5
1 file changed
wrangler.jsonc
@@ -1,7 +1,8 @@
1
{
2
"$schema": "node_modules/wrangler/config-schema.json",
3
- "pages": {
4
- "build_command": "pnpm demo:build",
5
- "build_output_dir": "packages/demo/dist",
+ "name": "react-avatar-editor",
+ "compatibility_date": "2026-03-21",
+ "assets": {
6
+ "directory": "packages/demo/dist",
7
},
8
}
0 commit comments