mirror of
https://github.com/Mail-0/Zero.git
synced 2026-07-01 08:16:28 +00:00
10 lines
190 B
TypeScript
10 lines
190 B
TypeScript
import type { Config } from '@react-router/dev/config';
|
|
|
|
export default {
|
|
ssr: true,
|
|
buildDirectory: 'build',
|
|
future: {
|
|
unstable_viteEnvironmentApi: true,
|
|
},
|
|
} satisfies Config;
|