Cli-параметры --lib-dir и --inpx вынесены в конфиг (#6)

This commit is contained in:
Book Pauk
2023-01-27 13:02:19 +07:00
parent 7ef1520756
commit 1ecc19b8b5
4 changed files with 18 additions and 5 deletions

View File

@@ -9,6 +9,8 @@ module.exports = {
name: pckg.name,
execDir,
libDir: '',
inpx: '',
accessPassword: '',
accessTimeout: 0,

View File

@@ -5,6 +5,8 @@ const fs = require('fs-extra');
const branchFilename = __dirname + '/application_env';
const propsToSave = [
'libDir',
'inpx',
'accessPassword',
'accessTimeout',
'extendedSearch',