aboutsummaryrefslogtreecommitdiff
path: root/hooks/client.ts
diff options
context:
space:
mode:
Diffstat (limited to 'hooks/client.ts')
-rw-r--r--hooks/client.ts4
1 files changed, 0 insertions, 4 deletions
diff --git a/hooks/client.ts b/hooks/client.ts
index b65ecdc..844ac2c 100644
--- a/hooks/client.ts
+++ b/hooks/client.ts
@@ -1,9 +1,5 @@
-// Client-side setup runs once when the app mounts.
-// Later: service worker registration, audio unlock on first gesture,
-// persistent-storage request, IndexedDB hydration. Empty for now.
import type { ClientInit } from '@sveltejs/kit'
export const init: ClientInit = async () => {
- // Intentionally empty. Systems attach here as they come online.
}