diff --git a/bun.lockb b/bun.lockb index cbd6626..bab46c7 100644 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 46743b2..90ec556 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "version": "0.0.0", "type": "module", "scripts": { - "dev": "concurrently \"npm run dev:client\" \"npm run dev:server\"", + "dev": "concurrently --ks SIGKILL -n \"Client,Server\" \"npm run dev:client\" \"npm run dev:server\"", "dev:server": "node server/index.js", "dev:client": "vite", "build": "vite build", @@ -13,7 +13,8 @@ }, "dependencies": { "axios": "^1.7.9", - "express": "^4.18.3", + "concurrently": "^9.1.2", + "express": "^4.21.2", "lucide-react": "^0.344.0", "react": "^18.3.1", "react-dom": "^18.3.1", @@ -26,7 +27,6 @@ "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.3.1", "autoprefixer": "^10.4.18", - "concurrently": "^8.2.2", "eslint": "^9.9.1", "eslint-plugin-react-hooks": "^5.1.0-rc.0", "eslint-plugin-react-refresh": "^0.4.11",