add DEBUT_PWA env variable
This commit is contained in:
@@ -36,7 +36,7 @@ export default defineNuxtConfig({
|
|||||||
description: 'A ChatGPT web Client'
|
description: 'A ChatGPT web Client'
|
||||||
},
|
},
|
||||||
workbox: {
|
workbox: {
|
||||||
enabled: true
|
enabled: process.env.DEBUT_PWA === 'true',
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
i18n: {
|
i18n: {
|
||||||
|
|||||||
Reference in New Issue
Block a user