@hamak/smart-data-dico 1.1.0 → 1.1.1
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/backend/dist/server.mjs +2 -1
- package/package.json +1 -1
package/backend/dist/server.mjs
CHANGED
|
@@ -78987,9 +78987,10 @@ var diagramController = new DiagramController();
|
|
|
78987
78987
|
var import_yaml2 = __toESM(require_dist(), 1);
|
|
78988
78988
|
init_fileOperations();
|
|
78989
78989
|
init_logger();
|
|
78990
|
+
init_config();
|
|
78990
78991
|
import fs3 from "fs";
|
|
78991
78992
|
import path6 from "path";
|
|
78992
|
-
var DATA_DICTIONARIES_DIR2 =
|
|
78993
|
+
var DATA_DICTIONARIES_DIR2 = config.dataDir;
|
|
78993
78994
|
var DictionaryService = class {
|
|
78994
78995
|
static {
|
|
78995
78996
|
__name(this, "DictionaryService");
|