mirror of
https://github.com/tale/headplane.git
synced 2026-07-26 15:58:14 +00:00
7 lines
128 B
TypeScript
7 lines
128 B
TypeScript
import type { Config } from '@react-router/dev/config';
|
|
|
|
export default {
|
|
basename: '/admin/',
|
|
ssr: true,
|
|
} satisfies Config;
|