mirror of
https://github.com/documenso/documenso
synced 2026-04-21 21:37:18 +00:00
7 lines
130 B
TypeScript
7 lines
130 B
TypeScript
|
|
import type { Config } from '@react-router/dev/config';
|
||
|
|
|
||
|
|
export default {
|
||
|
|
appDirectory: 'app',
|
||
|
|
ssr: true,
|
||
|
|
} satisfies Config;
|