chore: starter template

This commit is contained in:
e2e
2026-07-10 22:04:38 +02:00
commit 0e884ba4f8
157 changed files with 6462 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"],
}