From 171806f4b6f204781407945a508a6552215d0eb3 Mon Sep 17 00:00:00 2001 From: Zach Leatherman Date: Tue, 28 Jun 2022 15:12:40 -0500 Subject: [PATCH] Use a distinct port for local dev so that it works better with https://chrome.google.com/webstore/detail/domain-switcher/lbehdhpgigdlinfkidifkbhjnaglfojc --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4225c2e28e..1377300e1b 100644 --- a/package.json +++ b/package.json @@ -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",