Skip to content

Commit

Permalink
🐛 fix: fix config error
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Aug 22, 2023
1 parent 25fbd18 commit 96ed006
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"repository": "https://github.com/lobehub/chat-plugins-gateway.git",
"author": "LobeHub <[email protected]>",
"sideEffects": false,
"main": "dsit/index.js",
"types": "dsit/index.d.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dsit"
"dist"
],
"scripts": {
"build": "father build",
Expand Down

0 comments on commit 96ed006

Please sign in to comment.