chore: 补充丢失的依赖

This commit is contained in:
wangxuefeng
2025-03-12 12:01:14 +08:00
parent e677d4fc9e
commit c86bf9e62e
5 changed files with 102 additions and 27 deletions

View File

@@ -17,7 +17,7 @@ export default defineConfig(({ mode }) => {
vitePlugins: [
vue(),
vueJsx(),
mkcert(),
isDev && mkcert(),
qiankun('y-code-app', {
useDevMode: isDev,
}) as any,