Browse Source

fix nuxt.config.ts

Olivier Massot 1 năm trước cách đây
mục cha
commit
72b6aec8df
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      nuxt.config.ts

+ 1 - 1
nuxt.config.ts

@@ -10,7 +10,7 @@ if (process.env.NUXT_ENV === 'dev') {
         key: fs.readFileSync('env/local.app.opentalent.fr.key'),
         cert: fs.readFileSync('env/local.app.opentalent.fr.crt'),
     }
-
+} else {
     transpile.push('lodash')
 }