jinmao88
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
internal/vite-config/src/config/application.ts
|
|
|
@ -40,7 +40,7 @@ function defineApplicationConfig(userConfigPromise?: DefineApplicationOptions) { |
|
|
|
nitroMockOptions: {}, |
|
|
|
print: !isBuild, |
|
|
|
printInfoMap: { |
|
|
|
'Vben Admin Docs': 'https://docs.vben.pro', |
|
|
|
'Vben Admin Docs': 'https://doc.vben.pro', |
|
|
|
}, |
|
|
|
pwa: true, |
|
|
|
pwaOptions: getDefaultPwaOptions(appTitle), |
|
|
|
|