Files
dockhand/routes/+layout.ts
Jarek Krochmalski 62e3c6439e Initial commit
2025-12-28 21:16:03 +01:00

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;