Compare commits
No commits in common. "8a71680971132c09b6d9968e20c88d14254be17f" and "34d6fa91df2ce7600963d554a7935ce19028f471" have entirely different histories.
8a71680971
...
34d6fa91df
|
@ -4,6 +4,6 @@ import { config } from "./config";
|
|||
|
||||
async function run() {
|
||||
await initDB();
|
||||
await clean();
|
||||
await clean(false);
|
||||
}
|
||||
run().then(() => {process.exit()});
|
||||
run().then(() => {process.exit()});
|
Reference in New Issue