Skip to content

Commit 171806f

Browse files
committed
Use a distinct port for local dev so that it works better with https://chrome.google.com/webstore/detail/domain-switcher/lbehdhpgigdlinfkidifkbhjnaglfojc
1 parent b4425cc commit 171806f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"scripts": {
1010
"check-links": "npx check-html-links _site",
1111
"build": "npx @11ty/eleventy",
12-
"start": "npx @11ty/eleventy --serve",
12+
"start": "npx @11ty/eleventy --serve --port=8091",
1313
"build-production": "npm run get-new-data && NODE_ENV=production npx @11ty/eleventy",
1414
"get-new-data": "rm -rf ./src/_data/builtwith/ && npx degit github:11ty/11ty-community/built-with-eleventy src/_data/builtwith/",
1515
"get-new-supporters": "eleventy && node node-supporters",

0 commit comments

Comments
 (0)