Serve without options

This commit is contained in:
Luke Murphy 2020-11-25 10:06:39 +01:00
parent 5e9c2befc3
commit 5be356dfe5
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1", "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": "", "author": "",
"license": "ISC", "license": "ISC",