update: init react-router application

This commit is contained in:
tao.chen
2026-07-30 12:02:13 +08:00
parent d06a516388
commit 6beb5a6062
29 changed files with 1719 additions and 1277 deletions
+7
View File
@@ -0,0 +1,7 @@
import type { Config } from "@react-router/dev/config";
export default {
// Config options...
// Server-side render by default, to enable SPA mode set this to `false`
ssr: false,
} satisfies Config;