Change port back to 80

This commit is contained in:
Kuba Orlik 2023-12-10 16:16:45 +01:00
parent 7f6781b0b0
commit 2e86066cbf
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
"coverage": "npm run clean-coverage && nyc mocha",
"test-reports": "npm run clean-coverage && nyc --reporter clover mocha --reporter xunit --reporter-option output=.xunit",
"coverage-html": "npm run test-reports && nyc report --reporter lcov && xdg-open coverage/lcov-report/index.html",
"start": "http-server public -p 80"
"start": "http-server public -p 8080"
},
"author": "",
"license": "ISC",