mirror of
https://github.com/khoaliber/dockhand.git
synced 2026-03-02 21:19:05 +00:00
4 lines
170 B
TypeScript
4 lines
170 B
TypeScript
// Disable SSR for the entire app - it's a Docker management dashboard
|
|
// that relies entirely on client-side data fetching from the Docker API
|
|
export const ssr = false;
|