Files
shadcn-ui/templates/react-router-app/react-router.config.ts
2026-02-17 15:21:13 +04:00

8 lines
203 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