Работа над проектом

This commit is contained in:
Book Pauk
2022-08-19 17:16:39 +07:00
parent fc38c55eb1
commit 0b0a51e5d4
6 changed files with 185 additions and 181 deletions

View File

@@ -96,9 +96,6 @@ async function init() {
config.recreateDb = argv.recreate || false;
//TODO as cli param?
config.indexDepth = 1000;
//app
const appDir = `${config.publicDir}/app`;
const appNewDir = `${config.publicDir}/app_new`;