mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 00:03:33 +10:00
8 lines
205 B
TypeScript
8 lines
205 B
TypeScript
import type { Config } from '@react-router/dev/config';
|
|
|
|
export default {
|
|
appDirectory: 'app',
|
|
// Server-side render by default, to enable SPA mode set this to `false`
|
|
ssr: true,
|
|
} satisfies Config;
|