alternative tangled frontend (extremely wip)

feat: go go gadget spa mode

serenity 01c93b27 47fb3f57

+5 -1
+5 -1
vite.config.ts
··· 19 19 projects: ["./tsconfig.json"], 20 20 }), 21 21 tailwindcss(), 22 - tanstackStart(), 22 + tanstackStart({ 23 + spa: { 24 + enabled: true, 25 + }, 26 + }), 23 27 viteReact({ 24 28 babel: { 25 29 plugins: ["babel-plugin-react-compiler"],