16 lines
377 B
JSON
16 lines
377 B
JSON
{
|
|
"$schema": "node_modules/wrangler/config-schema.json",
|
|
"name": "wp-headless",
|
|
"main": ".output/server/index.mjs",
|
|
"compatibility_date": "2026-02-01",
|
|
"compatibility_flags": ["nodejs_compat", "no_nodejs_compat_v2"],
|
|
"observability": {
|
|
"enabled": true
|
|
},
|
|
"preview_urls": false,
|
|
"assets": {
|
|
"binding": "ASSETS",
|
|
"directory": ".output/public"
|
|
}
|
|
}
|