Handle errors better

This commit is contained in:
2026-04-09 18:01:29 +01:00
parent eb0721f94b
commit f3b087a1f3
10 changed files with 91 additions and 15 deletions
+1
View File
@@ -34,5 +34,6 @@ declare global {
main: any;
css: string;
}>;
var BUNDLER_CTX_DISPOSED: boolean | undefined;
}
export default function bunextInit(): Promise<void>;