updated port

This commit is contained in:
Miodec 2022-11-28 17:37:37 +01:00
parent 634081c7ca
commit 01f083e87d

View file

@ -4,7 +4,7 @@
"license": "GPL-3.0",
"private": true,
"scripts": {
"live": "npm run build-live && cd public && npx serve -p 5000",
"live": "npm run build-live && cd public && npx serve -p 3000",
"audit": "npx webpack --config ./webpack/config.audit.js",
"dep-graph": "madge -c -i \"dep-graph.png\" ./src/ts",
"build": "npx gulp build",