Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Commit b9c02fb

Browse files
tabcataphelionz
authored andcommitted
no logging from http-server
1 parent 37e861e commit b9c02fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
],
3131
"scripts": {
3232
"build": "./build.sh",
33-
"start": "http-server -a 127.0.0.1 -p 8080 -c-1 -o index.html",
33+
"start": "http-server --silent -a 127.0.0.1 -p 8080 -c-1 -o index.html",
3434
"test": "echo \"Error: no test specified\" && exit 1"
3535
},
3636
"author": "Haad",

0 commit comments

Comments
 (0)