mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-06-11 09:51:40 +00:00
8 lines
203 B
TypeScript
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
|