Files
coppie/react-router.config.ts
2026-05-21 03:37:40 +07:00

8 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;