chore: server-and-serverless template

This commit is contained in:
e2e
2026-06-28 11:32:16 +02:00
commit 32be467a62
202 changed files with 9063 additions and 0 deletions

9
apps/app/wrangler.jsonc Normal file
View 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"],
}