doc(main): update documentation and flows
This commit is contained in:
10
dist/nodes/constants.js
vendored
Normal file
10
dist/nodes/constants.js
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
class Constants {
|
||||
static get NODES_PREFIX() {
|
||||
let packageJson = require(`${__dirname}/../../package`);
|
||||
return packageJson.config.nodes_prefix;
|
||||
}
|
||||
;
|
||||
}
|
||||
exports.Constants = Constants;
|
||||
Reference in New Issue
Block a user