mirror of
https://github.com/makeplane/plane.git
synced 2025-12-16 11:57:56 +01:00
8 lines
201 B
TypeScript
8 lines
201 B
TypeScript
import type { Config } from "@react-router/dev/config";
|
|
|
|
export default {
|
|
appDirectory: "app",
|
|
// Web runs as a client-side app; build a static client bundle only
|
|
ssr: false,
|
|
} satisfies Config;
|