li.shaoyi 1 éve
szülő
commit
0ee10f2bf7
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      vue.config.js

+ 1 - 1
vue.config.js

@@ -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')