12 lines
264 B
JSON
12 lines
264 B
JSON
{
|
|
"$schema": "node_modules/wrangler/config-schema.json",
|
|
"name": "web-ui",
|
|
"compatibility_date": "2026-05-10",
|
|
"observability": {
|
|
"enabled": true
|
|
},
|
|
"main": "@tanstack/react-start/server-entry",
|
|
"compatibility_flags": [
|
|
"nodejs_compat"
|
|
]
|
|
}
|