The server hooks file uses a building flag to guard code that should only run at
server start time. The TODO suggests moving this logic to a proper started-server
hook.
What needs to happen:
- Identify the correct SvelteKit server lifecycle hook.
- Move the guarded logic there and remove the
building flag.
Relevant files:
frontend/src/hooks.server.ts (line 42)
I want to work in this issue please assign me this issue