mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-24 15:49:42 +02:00
chore: disable PWA in development (#2071)
This commit is contained in:
parent
59f43a58d3
commit
754d4c3937
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue