Update HMR. Make page reload when __root.tsx file is changed.

This commit is contained in:
2026-03-22 12:09:24 +01:00
parent 49d6781170
commit c3e1341ff8
17 changed files with 60 additions and 258 deletions
+1 -1
View File
@@ -1 +1 @@
export default function startServer(): Promise<Bun.Server<undefined>>;
export default function startServer(): Promise<Bun.Server<any>>;