chore: server-and-serverless template
This commit is contained in:
9
apps/app/wrangler.jsonc
Normal file
9
apps/app/wrangler.jsonc
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
// Consumed by @cloudflare/vite-plugin. `main` is TanStack Start's built-in
|
||||
// server entry (no hand-written worker file); the plugin wires client assets
|
||||
// and the ssr environment automatically.
|
||||
"name": "app",
|
||||
"main": "@tanstack/react-start/server-entry",
|
||||
"compatibility_date": "2024-12-01",
|
||||
"compatibility_flags": ["nodejs_compat"],
|
||||
}
|
||||
Reference in New Issue
Block a user