update port (again)

This commit is contained in:
aboutDavid 2023-04-30 20:41:26 +00:00
parent 12bd8c749b
commit f182c37345
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
"description": "",
"main": "index.js",
"scripts": {
"start": "npx @11ty/eleventy && npx http-serve _site -p 8086",
"start": "npx @11ty/eleventy && npx http-serve _site -p 8082",
"dev": "npx @11ty/eleventy --serve --port=8080",
"build": "npx @11ty/eleventy",
"test": "echo \"Error: no test specified\" && exit 1"