fix: wrangler.json needed for wrangler types before build
This commit is contained in:
16
wp-content/themes/moonshine/wrangler.json
Normal file
16
wp-content/themes/moonshine/wrangler.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"$schema": "./node_modules/wrangler/config-schema.json",
|
||||
"main": "./output/server/index.mjs",
|
||||
"compatibility_date": "2026-01-27",
|
||||
"compatibility_flags": [
|
||||
"nodejs_compat"
|
||||
],
|
||||
"observability": {
|
||||
"enabled": true
|
||||
},
|
||||
"preview_urls": false,
|
||||
"assets": {
|
||||
"binding": "ASSETS",
|
||||
"directory": "../public"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user