[WEB-5042] feat: sites vite migration (#7965)
This commit is contained in:
parent
315e1d5eb0
commit
118ecc81ba
126 changed files with 1062 additions and 739 deletions
8
apps/space/react-router.config.ts
Normal file
8
apps/space/react-router.config.ts
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
import type { Config } from "@react-router/dev/config";
|
||||
|
||||
export default {
|
||||
appDirectory: "app",
|
||||
basename: process.env.NEXT_PUBLIC_SPACE_BASE_PATH,
|
||||
// Space runs as a client-side app; build a static client bundle only
|
||||
ssr: false,
|
||||
} satisfies Config;
|
||||
Loading…
Add table
Add a link
Reference in a new issue