chore(mcp-bridge): hot-reload dev server via tsx watch
This commit is contained in:
parent
7a92d08ca5
commit
b0bb9949ee
@ -10,7 +10,7 @@
|
||||
"check": "npm run eslint",
|
||||
"test:all": "npm run check && npm run build && npm run test",
|
||||
"test:ci": "npm run test:all && npm run test:integration",
|
||||
"dev": "tsx src/index.ts",
|
||||
"dev": "tsx watch src/index.ts",
|
||||
"start": "npm run build && node dist/src/index.js",
|
||||
"test": "tsx --test test/*.test.ts",
|
||||
"test:integration": "tsx --test --test-concurrency=1 test-integration/*.test.ts"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user