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 @@
"main": "index.js",
"scripts": {
"build": "npx webpack --mode production",
"start": "npx webpack-dev-server --mode development",
"dev": "npx webpack-dev-server --mode development",
"try-build": "npm run build && cd dist && python3 -m http.server 8080"
},
"browserslist": [