Compare commits

..

No commits in common. "8a71680971132c09b6d9968e20c88d14254be17f" and "34d6fa91df2ce7600963d554a7935ce19028f471" have entirely different histories.

1 changed files with 2 additions and 2 deletions

View File

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