react/react-router.config.ts
jank e551781de0
Some checks failed
Build and Push Docker Image / Build (push) Failing after 46s
Build and Push Docker Image / Package (push) Has been skipped
chore: Initial
2025-09-10 12:04:00 +02:00

7 lines
205 B
TypeScript

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;