diff --git a/src/config.js b/src/config.js index e20a1a8..e24b4ef 100644 --- a/src/config.js +++ b/src/config.js @@ -52,6 +52,12 @@ export let config = convict({ env: 'BB_LOCATION_DEF', default: "./NetScriptDefinitions.d.ts" } + }, + pushOnCon: { + doc: 'Push all files when initial connection is made.', + format: 'Boolean', + env: 'BB_CON_PUSH', + default: false } });