@teamvibe/poller 0.1.4 → 0.1.5
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/dist/config.js +1 -1
- package/package.json +1 -1
package/dist/config.js
CHANGED
|
@@ -48,7 +48,7 @@ export function loadConfig() {
|
|
|
48
48
|
// Derive paths from TEAMVIBE_DATA_DIR if not explicitly set
|
|
49
49
|
const dataDir = data.TEAMVIBE_DATA_DIR;
|
|
50
50
|
data.KB_BASE_PATH = data.KB_BASE_PATH || `${dataDir}/knowledge-bases`;
|
|
51
|
-
data.DEFAULT_KB_PATH = data.DEFAULT_KB_PATH || `${dataDir}/
|
|
51
|
+
data.DEFAULT_KB_PATH = data.DEFAULT_KB_PATH || `${dataDir}/workspace`;
|
|
52
52
|
return data;
|
|
53
53
|
}
|
|
54
54
|
export const config = loadConfig();
|