10 lines
184 B
TypeScript
10 lines
184 B
TypeScript
import type { Config } from '@react-router/dev/config'
|
|
|
|
export default {
|
|
ssr: true,
|
|
future: {
|
|
v8_middleware: true,
|
|
unstable_viteEnvironmentApi: true
|
|
}
|
|
} satisfies Config
|