metatron-open-seo/badseo/wrangler.jsonc
Ben Senescu 8349bca43c
Migrate badseo.dev to TanStack Start (#382)
* Migrate badseo.dev to TanStack Start

* Fix badseo audit command
2026-07-10 17:53:42 -04:00

22 lines
556 B
JSON

{
"$schema": "node_modules/wrangler/config-schema.json",
"name": "badseo",
"compatibility_date": "2026-02-19",
"compatibility_flags": ["nodejs_compat"],
"main": "@tanstack/react-start/server-entry",
"assets": {
"directory": "./dist/client",
"html_handling": "none",
"not_found_handling": "none",
},
"workers_dev": true,
"preview_urls": true,
"observability": {
"enabled": true,
},
"routes": [
{ "pattern": "badseo.dev", "custom_domain": true },
{ "pattern": "www.badseo.dev", "custom_domain": true },
],
}