Rest-vs-gRPC/rest_grpc_compare_frontend/react-router.config.ts
2025-08-20 11:54:40 +01:00

8 lines
206 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: false,
} satisfies Config;