Files
create-better-t-stack/apps/cli/templates/deploy/web/react/tanstack-router/wrangler.jsonc.hbs
2025-07-05 15:51:26 +05:30

9 lines
204 B
Handlebars

{
"$schema": "../../node_modules/wrangler/config-schema.json",
"name": "{{projectName}}",
"compatibility_date": "2025-04-03",
"assets": {
"not_found_handling": "single-page-application"
}
}