mirror of
https://github.com/kennethnym/aris.git
synced 2026-03-20 09:01:19 +00:00
8 lines
200 B
TypeScript
8 lines
200 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
|