mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-11-01 10:43:25 -04:00
chore: disable PWA in development (#2071)
This commit is contained in:
@@ -81,7 +81,7 @@ export default {
|
||||
// https://go.nuxtjs.dev/axios
|
||||
"@nuxtjs/axios",
|
||||
// https://go.nuxtjs.dev/pwa
|
||||
"@nuxtjs/pwa",
|
||||
...(process.env.NODE_ENV === "production" ? ["@nuxtjs/pwa"] : []),
|
||||
// https://i18n.nuxtjs.org/setup
|
||||
"@nuxtjs/i18n",
|
||||
// https://auth.nuxtjs.org/guide/setup
|
||||
|
||||
Reference in New Issue
Block a user