Files
scan-wave/src/routes/private/+layout.server.ts
Roman Krček 58872bada6 Working
2025-06-19 20:25:36 +02:00

5 lines
224 B
TypeScript

/**
* This file is necessary to ensure protection of all routes in the `private`
* directory. It makes the routes in this directory _dynamic_ routes, which
* send a server request, and thus trigger `hooks.server.ts`.
**/