fix backend ESLint

This commit is contained in:
Hazelnoot 2025-10-03 12:58:15 -04:00
parent 3fc17fd0ee
commit 86a8614ef8
9 changed files with 59 additions and 143 deletions

View file

@ -13,7 +13,7 @@ async function execBuildAssets() {
cwd: '../../',
stdout: process.stdout,
stderr: process.stderr,
})
});
}
function execStart() {
@ -59,5 +59,5 @@ async function killProc() {
await execBuildAssets();
execStart();
}
})
});
})();