Files
saladeaula.digital/dashboard_js/react-router.config.ts
2025-02-21 14:04:17 -03:00

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