initialize react-router

This commit is contained in:
Mona Mayrhofer 2025-04-02 15:57:57 +02:00
parent 951ccecd14
commit 4133722f72
No known key found for this signature in database
GPG key ID: 5C83114FA383C6A0
17 changed files with 213 additions and 74 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;