mirror of
https://github.com/certd/certd.git
synced 2026-04-14 12:30:54 +08:00
perf: 优化源码方式部署,前端无需编译
This commit is contained in:
3
scripts/version.js
Normal file
3
scripts/version.js
Normal file
@@ -0,0 +1,3 @@
|
||||
import fs from 'fs'
|
||||
const pkg = JSON.parse(fs.readFileSync('./packages/ui/certd-server/package.json'))
|
||||
console.log(pkg.version)
|
||||
Reference in New Issue
Block a user