chore(mcp-bridge): hot-reload dev server via tsx watch

This commit is contained in:
Guillaume ARM 2026-06-11 06:44:58 +02:00
parent 7a92d08ca5
commit b0bb9949ee

View File

@ -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"