© 2026 Hedgehog Software, LLC
TypeError: Cannot read properties of undefined (reading 'compatibilityFlags')
// vite.config.ts export default defineConfig({ plugins: [ ... cloudflare({ viteEnvironment: { name: 'ssr' } }), tanstackStart({ spa: { enabled: true, }, }), ], })