add DEBUT_PWA env variable

This commit is contained in:
Rafi
2023-03-22 14:12:49 +08:00
parent 70ce5746bc
commit afa3e499dc
2 changed files with 1984 additions and 21 deletions

View File

@@ -36,7 +36,7 @@ export default defineNuxtConfig({
description: 'A ChatGPT web Client'
},
workbox: {
enabled: true
enabled: process.env.DEBUT_PWA === 'true',
}
},
i18n: {