mirror of
https://github.com/tale/headplane.git
synced 2026-07-28 00:28:56 +00:00
6 lines
115 B
TypeScript
6 lines
115 B
TypeScript
import type { Config } from '@react-router/dev/config';
|
|
|
|
export default {
|
|
basename: '/admin',
|
|
} satisfies Config;
|