freshyo/apps/web-ui/wrangler.jsonc
2026-05-11 19:25:44 +05:30

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"
]
}