Skip to content

Commit d87d8bf

Browse files
committed
build: 将 scripts 目录添加到发布文件并更新 README 中的插件引用
1 parent 7663023 commit d87d8bf

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,11 @@ pnpm add @uni-helper/mcp -D
1111
`vite.config.ts` 中添加如下配置:
1212

1313
```ts
14-
import { defineConfig } from 'vite'
15-
import uni from '@dcloudio/vite-plugin-uni'
1614
import mcp from '@uni-helper/mcp'
15+
import uni from '@uni-helper/plugin-uni'
16+
import { defineConfig } from 'vite'
1717

1818
export default defineConfig({
1919
plugins: [uni(), mcp()],
2020
})
2121
```
22-
23-

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"types": "./dist/index.d.mts",
3333
"files": [
3434
"dist",
35+
"scripts",
3536
"vectorStore"
3637
],
3738
"scripts": {

0 commit comments

Comments
 (0)