9 lines
163 B
TypeScript
9 lines
163 B
TypeScript
import type { Config } from "@react-router/dev/config";
|
|
|
|
export default {
|
|
ssr: true,
|
|
future: {
|
|
unstable_viteEnvironmentApi: true,
|
|
},
|
|
} satisfies Config;
|