This commit is contained in:
2025-12-06 15:04:35 -03:00
parent a56e051a18
commit 0f48db75c0
5 changed files with 5 additions and 5 deletions

View File

@@ -3,7 +3,7 @@ import type { Config } from '@react-router/dev/config'
export default {
ssr: true,
future: {
unstable_viteEnvironmentApi: true,
v8_viteEnvironmentApi: true,
v8_middleware: true
}
} satisfies Config