Issue
Running just npm run dev causes an error with the MCPJam backend Hono server not loading. May be due to the concurrently package and with the Vite h + enter
Running npm run dev:client and npm run dev:server in two separate terminals works
How to reproduce
- Run
npm run dev on Windows
Expected Behavior
Server should run fine with npm run dev
Platform