diff --git a/bun.lockb b/bun.lockb index 64e361c..16a7a86 100644 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 6346c05..83dbfd7 100644 --- a/package.json +++ b/package.json @@ -52,6 +52,7 @@ "md5": "^2.3.0", "mitt": "^3.0.1", "monaco-editor": "^0.52.2", + "naive-ui": "^2.41.0", "nanoid": "^5.1.5", "peerjs": "^1.5.4", "pinia": "^3.0.2", diff --git a/vite.config.mts b/vite.config.mts index 6b7b617..9d322e2 100644 --- a/vite.config.mts +++ b/vite.config.mts @@ -39,10 +39,8 @@ export default defineConfig({ Components({ resolvers: [NaiveUiResolver()], dts: 'src/components.d.ts', - // allow auto load markdown components under `./src/components/` extensions: ['vue', 'md'], - // allow auto import and register components used in markdown include: [/\.vue$/, /\.vue\?vue/, /\.md$/, /\.vine$/], }), oxlintPlugin(),