UNPKG

@cisdi/pangu

Version:

develop tool for ui-engine project

12 lines (8 loc) 227 B
const { appPath } = require('./paths') const { readJSONFileSync } = require('./read-json') let app = {} try { app = readJSONFileSync(appPath) app.appName = app.appName || app.name } catch (error) {} module.exports = app