chore: update deps and docs (#4184)
* chore: update deps * chore: update docs * chore: update menu
This commit is contained in:
@@ -23,7 +23,9 @@ export const viteNitroMockPlugin = ({
|
||||
|
||||
const pkg = await getPackage(mockServerPackage);
|
||||
if (!pkg) {
|
||||
consola.error(`Package ${mockServerPackage} not found.`);
|
||||
consola.log(
|
||||
`Package ${mockServerPackage} not found. Skip mock server.`,
|
||||
);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user