|
|
@@ -67,7 +67,7 @@ module.exports = defineConfig({
|
|
|
// const manifestContents = fs.readFileSync(manifestPath, 'utf-8')
|
|
|
// const manifest = JSON.parse(manifestContents)
|
|
|
// console.log(manifest)
|
|
|
- console.log(process.argv)
|
|
|
+
|
|
|
if (process.env.NODE_ENV === 'production' && !process.argv.includes('test')) {
|
|
|
const configPath = oem ? convertPath(oem + 'config/appconfig.json') : convertPath('public/config/appconfig.json')
|
|
|
const cfgContents = fs.readFileSync(configPath, 'utf-8')
|