@cerema/cadriciel 1.4.29-a → 1.4.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cli.js +2 -2
- package/package.json +1 -1
package/cli.js
CHANGED
|
@@ -12,8 +12,8 @@ const boxen = require('boxen'); // For creating boxes in the console.
|
|
|
12
12
|
// Locating the '.cadriciel' directory starting from the current working directory.
|
|
13
13
|
const CADRICIEL_PATH = findCadricielDir(process.cwd());
|
|
14
14
|
const CADRICIEL_COMMAND = 'cad';
|
|
15
|
-
global.CADRICIEL_URI = 'https://cadriciel.k8-dev.cerema.fr/api';
|
|
16
|
-
|
|
15
|
+
//global.CADRICIEL_URI = 'https://cadriciel.k8-dev.cerema.fr/api';
|
|
16
|
+
global.CADRICIEL_URI = 'http://localhost:3000/api';
|
|
17
17
|
|
|
18
18
|
// Initialize command storage objects.
|
|
19
19
|
var CADRICIEL_GLOBAL_COMMANDS = {};
|