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;
|