mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 02:55:29 +00:00
chore(gui-v2): remove console log
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
const fs = require('fs')
|
||||
const path = require('path')
|
||||
console.log(path.join(__dirname, '..', 'packages', 'nocodb-sdk', 'package.json'))
|
||||
|
||||
const packageJson = JSON.parse(fs.readFileSync(path.join(__dirname, '..', 'packages', 'nocodb-sdk', 'package.json'), 'utf8'))
|
||||
const version = packageJson.version
|
||||
.replace(/\.(\d+)$/, (_, v) => {
|
||||
|
||||
Reference in New Issue
Block a user