switched to react router frontend

This commit is contained in:
Fishandchips321 2025-12-21 15:44:17 +00:00
parent 37ee554278
commit 1606d1faf0
27 changed files with 2310 additions and 7198 deletions

View file

@ -0,0 +1,7 @@
import type { Config } from "@react-router/dev/config";
export default {
// Config options...
// Server-side render by default, to enable SPA mode set this to `false`
ssr: true,
} satisfies Config;