add spacing where necessry in build.js

This commit is contained in:
bitterpanda 2025-12-03 15:33:16 +01:00
parent 9da3411cc1
commit 267a5ab423

View file

@ -14,6 +14,7 @@ if (!target) {
(async function main() {
const startBuildTime = performance.now();
await clearOutputFolder();
console.log("- Cleared output folder ✅")