Bug on init.

This commit is contained in:
charlesgauthereau
2025-08-07 15:46:41 +02:00
parent baeec9f7a0
commit 8c9d694b40
3 changed files with 12 additions and 16 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
export async function register() {
if (process.env.NEXT_RUNTIME === "nodejs") {
const init = await import("@/utils/init");
init.init();
await init.init();
}
}