mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-14 23:26:15 -05:00
8 lines
230 B
TypeScript
8 lines
230 B
TypeScript
import type { Config } from "@react-router/dev/config";
|
|
|
|
export default {
|
|
// lazy discovery would add server load; matches old Remix v2 behavior
|
|
routeDiscovery: { mode: "initial" },
|
|
splitRouteModules: true,
|
|
} satisfies Config;
|