From dade93aefb0916e372418bb9e0a200fba9ea517a Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 25 Nov 2020 09:50:00 +0100 Subject: [PATCH] Use exposed ports and other serve niceties --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0eccc1d..a867a64 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", - "start": "serve docs" + "start": "serve --single --cors -l tcp://0.0.0.0:5000 docs" }, "author": "", "license": "ISC",