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