removed remnants of dev branch

This commit is contained in:
zadam
2023-02-17 16:44:04 +01:00
parent 760c7b73ad
commit 400b14e021
8 changed files with 12 additions and 21 deletions

View File

@@ -20,12 +20,9 @@ if (!fs.existsSync(MIGRATIONS_DIR)) {
process.exit(1);
}
const USER_GUIDE_ZIP_DIR = path.resolve(RESOURCE_DIR, "tmp");
module.exports = {
RESOURCE_DIR,
MIGRATIONS_DIR,
DB_INIT_DIR,
ELECTRON_APP_ROOT_DIR,
USER_GUIDE_ZIP_DIR
ELECTRON_APP_ROOT_DIR
};