Files
wp-headless/wp-content/themes/moonshine/wrangler.json
Pascal Martineau faf39ca182
All checks were successful
Deployment / wordpress (push) Successful in 7s
Deployment / nuxt (push) Successful in 1m2s
fix: wrangler.json needed for wrangler types before build
2026-02-01 21:09:51 -05:00

16 lines
334 B
JSON

{
"$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"
}
}