@ontology-platform/yc-cli 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/CHANGELOG.md +6 -0
- package/package.json +1 -1
- package/utils/createMirrorConfig.js +1 -1
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@ import path from 'path';
|
|
|
8
8
|
// 声明配置文件内容
|
|
9
9
|
const jsonConfig = {
|
|
10
10
|
name: 'yc-cli',
|
|
11
|
-
mirror: 'http://
|
|
11
|
+
mirror: 'http://114.242.25.123:3000/DP-FRONT-BG/template-vue3/archive/main.zip',
|
|
12
12
|
};
|
|
13
13
|
// 拼接 config.json 完整路径
|
|
14
14
|
const configPath = path.resolve(global.__dirname, '../mirrorConfig.json');
|