From 5be356dfe54d65aacd0f5c230c0d73945a2a452f Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 25 Nov 2020 10:06:39 +0100 Subject: [PATCH] Serve without options --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a867a64..7567eed 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 --single --cors -l tcp://0.0.0.0:5000 docs" + "start": "serve -l tcp://0.0.0.0:5000 docs" }, "author": "", "license": "ISC",