initial copy and structuring

This commit is contained in:
Jessi McKissick
2026-05-26 21:08:24 -07:00
commit 41e1ab64fc
20 changed files with 5050 additions and 0 deletions
+7
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;