chore: change pwa module name (#1947)

zio/stable
Joaquín Sánchez 2023-04-03 15:34:19 +02:00 committed by GitHub
parent ab2881b9a2
commit 685b16d403
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ import { type LocalizedWebManifest, createI18n, pwaLocales } from './i18n'
export * from './types' export * from './types'
export default defineNuxtModule<VitePWANuxtOptions>({ export default defineNuxtModule<VitePWANuxtOptions>({
meta: { meta: {
name: 'pwa', name: 'elk-pwa',
configKey: 'pwa', configKey: 'pwa',
}, },
defaults: nuxt => ({ defaults: nuxt => ({