Compare commits
2 Commits
34d6fa91df
...
8a71680971
Author | SHA1 | Date |
---|---|---|
knotteye | 8a71680971 | |
knotteye | 0900496d70 |
|
@ -4,6 +4,6 @@ import { config } from "./config";
|
||||||
|
|
||||||
async function run() {
|
async function run() {
|
||||||
await initDB();
|
await initDB();
|
||||||
await clean(false);
|
await clean();
|
||||||
}
|
}
|
||||||
run().then(() => {process.exit()});
|
run().then(() => {process.exit()});
|
||||||
|
|
Reference in New Issue