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",