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 -2
View File
@@ -1,2 +1 @@
import type { ServeOptions } from "bun";
export default function (): Promise<ServeOptions>;
export default function (): Promise<Bun.Serve.Options<any>>;