mirror of
https://github.com/nicotsx/zerobyte.git
synced 2026-03-12 20:08:36 -04:00
6 lines
107 B
TypeScript
6 lines
107 B
TypeScript
import type { Config } from "@react-router/dev/config";
|
|
|
|
export default {
|
|
ssr: false,
|
|
} satisfies Config;
|