refactor(hooks): move server bootstrap into ServerInit hook

Module-level top-level await for db/scheduler init and the cache
warmup IIFE move into the canonical export const init hook. Same
ordering and non-blocking semantics; makes the lifecycle explicit
and works on environments without top-level await.
This commit is contained in:
2026-04-30 19:07:42 +02:00
parent 4ad218cc39
commit d8abcbf74b
2 changed files with 17 additions and 18 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "homepage",
"version": "1.52.1",
"version": "1.52.2",
"private": true,
"type": "module",
"scripts": {