mirror of
https://github.com/nicotsx/ironmount.git
synced 2025-12-10 12:10:51 +01:00
10 lines
170 B
TypeScript
10 lines
170 B
TypeScript
import type { Config } from "@react-router/dev/config";
|
|
|
|
export default {
|
|
ssr: false,
|
|
buildDirectory: "dist",
|
|
future: {
|
|
v8_middleware: true,
|
|
},
|
|
} satisfies Config;
|