Rename start to dev

This commit is contained in:
Andras Schmelczer 2026-06-04 17:19:10 +01:00
parent 7a285549b5
commit 018df228df
4 changed files with 4 additions and 4 deletions

View file

@ -10,7 +10,7 @@
},
"scripts": {
"build": "npx webpack --mode production",
"start": "concurrently --kill-others-on-fail \"webpack --mode development -w\" \"nodemon --legacy-watch dist/main.js\"",
"dev": "concurrently --kill-others-on-fail \"webpack --mode development -w\" \"nodemon --legacy-watch dist/main.js\"",
"try-build": "npm run build && cd dist && node main.js && cd -"
},
"dependencies": {