update port

This commit is contained in:
aboutDavid 2023-04-30 20:38:17 +00:00
parent db150f7cb8
commit 12bd8c749b
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 3070",
"start": "npx @11ty/eleventy && npx http-serve _site -p 8086",
"dev": "npx @11ty/eleventy --serve --port=8080",
"build": "npx @11ty/eleventy",
"test": "echo \"Error: no test specified\" && exit 1"