freshyo/apps/admin-web/wrangler.jsonc
2026-09-06 23:05:20 +05:30

12 lines
267 B
JSON

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