mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-06-01 10:04:00 +00:00
6 lines
108 B
TypeScript
6 lines
108 B
TypeScript
import type { Config } from '@react-router/dev/config';
|
|
|
|
export default {
|
|
ssr: true,
|
|
} satisfies Config;
|