mirror of
https://github.com/khoaliber/dockhand.git
synced 2026-03-09 13:24:51 +00:00
Initial commit
This commit is contained in:
3
routes/+layout.ts
Normal file
3
routes/+layout.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// 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;
|
||||
Reference in New Issue
Block a user