Merge branch 'develop' into web-player

This commit is contained in:
knotteye
2020-10-25 10:27:29 -05:00
4 changed files with 9 additions and 5 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()});