mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
9 lines
200 B
Handlebars
9 lines
200 B
Handlebars
{
|
|
"$schema": "./node_modules/wrangler/config-schema.json",
|
|
"name": "{{projectName}}",
|
|
"compatibility_date": "2025-04-03",
|
|
"assets": {
|
|
"not_found_handling": "single-page-application"
|
|
}
|
|
}
|