Command Palette
Search for a command to run
Command Palette
Search for a command to run

Server-only modules

✓ Relevant

Prevent sensitive data leakage to browser: mark modules as server-only via `.server` suffix or `$lib/server/` directory; SvelteKit validates entire import chains to prevent indirect exposure.