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": "", "description": "",
"main": "index.js", "main": "index.js",
"scripts": { "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", "dev": "npx @11ty/eleventy --serve --port=8080",
"build": "npx @11ty/eleventy", "build": "npx @11ty/eleventy",
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"