From b54fe9c8843e5ae48beec6c948e845a772cd6088 Mon Sep 17 00:00:00 2001 From: Kevin Date: Fri, 17 Jun 2022 02:31:16 -0600 Subject: [PATCH] fix browsersync issue --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 230634f..9956dfe 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "debug": "set DEBUG=* & eleventy", "css": "postcss src/static/css/tailwind.css --o _site/static/css/style.css --watch", "build": "cross-env NODE_ENV=production eleventy && cross-env NODE_ENV=production tailwindcss -i src/static/css/tailwind.css -o _site/static/css/style.css", - "browsersync": "browser-sync start --server '_site' --files '_site' --port 8080 --no-notify --no-open" + "browsersync": "browser-sync start --server _site --files _site --port 8080 --no-notify --no-open" }, "devDependencies": { "@11ty/eleventy": "^1.0.0",