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