This commit is contained in:
xiaojunnuo
2024-03-22 01:47:29 +08:00
parent feb7bfc724
commit 754e76d9b9
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ import http from 'axios'
import fs from 'fs'
//读取 packages/core/pipline/package.json的版本号
import {default as packageJson} from './packages/core/pipeline/package.json' assert {type: "json"};
import {default as packageJson} from './packages/core/pipeline/package.json';
const certdVersion = packageJson.version
console.log("certdVersion", certdVersion)