8 lines
171 B
TypeScript
8 lines
171 B
TypeScript
import type { Config } from "@react-router/dev/config";
|
|
|
|
export default {
|
|
appDirectory: "src",
|
|
ssr: true,
|
|
// prerender: ["/", "/defer-example"],
|
|
} satisfies Config;
|