Skip to content

Commit

Permalink
Use a distinct port for local dev so that it works better with https:…
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Jun 28, 2022
1 parent b4425cc commit 171806f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"scripts": {
"check-links": "npx check-html-links _site",
"build": "npx @11ty/eleventy",
"start": "npx @11ty/eleventy --serve",
"start": "npx @11ty/eleventy --serve --port=8091",
"build-production": "npm run get-new-data && NODE_ENV=production npx @11ty/eleventy",
"get-new-data": "rm -rf ./src/_data/builtwith/ && npx degit github:11ty/11ty-community/built-with-eleventy src/_data/builtwith/",
"get-new-supporters": "eleventy && node node-supporters",
Expand Down

0 comments on commit 171806f

Please sign in to comment.