residues nextCursor removed

This commit is contained in:
slawk0
2024-11-14 21:11:52 +01:00
parent b7b6053120
commit 635bfd7e5d
6 changed files with 27 additions and 25 deletions

View File

@@ -6,7 +6,7 @@
"dev:client": "cd client && npm run dev",
"dev:server": "cd server && nodemon server",
"install:all": "concurrently \"npm install\" \"cd client && npm install\" \"cd server && npm install\"",
"build": "concurrently \"cd client && npm run build\" \"cd server && node server.js\""
"build": "npm run build"
},
"devDependencies": {