feat: use simpler nitro instead of nestjs to implement mock service
This commit is contained in:
@@ -33,6 +33,12 @@ function defineApplicationConfig(userConfigPromise: DefineApplicationOptions) {
|
||||
isBuild,
|
||||
license: true,
|
||||
mode,
|
||||
nitroMock: !isBuild,
|
||||
nitroMockOptions: {},
|
||||
print: !isBuild,
|
||||
printInfoMap: {
|
||||
'Vben Admin Docs': 'https://docs.vben.pro',
|
||||
},
|
||||
pwa: true,
|
||||
...application,
|
||||
});
|
||||
|
Reference in New Issue
Block a user