Major Bugfix. Fix server component client compatibility

This commit is contained in:
2026-03-22 10:34:30 +01:00
parent 9f619c8898
commit a9af20a8b2
39 changed files with 508 additions and 79 deletions
+1 -1
View File
@@ -1 +1 @@
export default function startServer(): Promise<import("bun").Server>;
export default function startServer(): Promise<Bun.Server<undefined>>;