Variable baseRootOptionDefaultsConst
baseRootOptionDefaults: {
dotenvToken: ".env";
loadProcess: true;
logger: Console;
paths: "./";
pathsDelimiter: " ";
privateToken: "local";
scripts: {
"git-status": {
cmd: "git branch --show-current && git status -s -u";
shell: true;
};
};
shell: true;
vars: "";
varsAssignor: "=";
varsDelimiter: " ";
} = ...
Type Declaration
Readonly
dotenvToken: ".env"
Readonly
loadProcess: true
Readonly
logger: Console
Readonly
paths: "./"
Readonly
pathsDelimiter: " "
Readonly
privateToken: "local"
Readonly
scripts: {
"git-status": {
cmd: "git branch --show-current && git status -s -u";
shell: true;
};
}
Readonly
shell: true
Readonly
vars: ""
Readonly
varsAssignor: "="
Readonly
varsDelimiter: " "