linting
All checks were successful
Code quality checks / biome (push) Successful in 12s

This commit is contained in:
Seth 2025-05-19 01:16:38 -04:00
parent 4a1e2a4097
commit 1d83a59acb
17 changed files with 1135 additions and 4305 deletions

View file

@ -9,7 +9,7 @@ let lanyard: LanyardData = {
activities: [],
};
await fs.rm("./dist", { recursive: true, force: true }).catch(() => { });
await fs.rm("./dist", { recursive: true, force: true }).catch(() => {});
if (!Backend.development) {
await Backend.build();