chore: update deps and docs (#4184)

* chore: update deps

* chore: update docs

* chore: update menu
This commit is contained in:
Vben
2024-08-18 08:43:00 +08:00
committed by GitHub
parent 5f41c51770
commit 9120d20143
34 changed files with 443 additions and 509 deletions

View File

@@ -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;
}