This commit is contained in:
parent
4a1e2a4097
commit
1d83a59acb
17 changed files with 1135 additions and 4305 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue