formatting

This commit is contained in:
Seth 2025-05-19 01:16:28 -04:00
parent 260c74491a
commit 4a1e2a4097
19 changed files with 5190 additions and 1332 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();