Compare commits

...

2 Commits

1 changed files with 2 additions and 2 deletions

View File

@ -4,6 +4,6 @@ import { config } from "./config";
async function run() {
await initDB();
await clean(false);
await clean();
}
run().then(() => {process.exit()});
run().then(() => {process.exit()});