We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f50d067 commit f06554dCopy full SHA for f06554d
package.json
@@ -9,8 +9,8 @@
9
"scripts": {
10
"start": "concurrently \"npm run build:watch\" \"npm run inspector\"",
11
"inspector": "npx @modelcontextprotocol/inspector@latest -- nodemon --env-file=.env -q --watch dist dist/index.js",
12
- "build": "tsup src/index.ts src/index.worker.ts --dts --clean",
13
- "build:watch": "tsup src/index.ts src/index.worker.ts --dts --watch",
+ "build": "tsup src/index.ts --dts --clean",
+ "build:watch": "tsup src/index.ts --dts --watch",
14
"test": "jest"
15
},
16
"dependencies": {
0 commit comments