Fix yarn dev:transpile

This commit is contained in:
Fedor Indutny
2023-01-18 16:17:16 -08:00
committed by GitHub
parent b0e2d22750
commit fa938e8c7d

View File

@@ -88,10 +88,10 @@ async function main() {
await Promise.all([app.watch(), bundle.watch()]);
} else {
await Promise.all([app.rebuild(), bundle.rebuild()]);
}
await app.dispose();
await bundle.dispose();
}
}
main().catch(error => {