pull/68/head
xiaojunnuo 2024-05-30 11:37:45 +08:00
parent 7e5dea51a5
commit 6cf699b25f
1 changed files with 1 additions and 1 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';
import {default as packageJson} from './packages/core/pipeline/package.json' assert { type: "json" };
const certdVersion = packageJson.version
console.log("certdVersion", certdVersion)