We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 856f32b commit caadfb8Copy full SHA for caadfb8
package.json
@@ -16,7 +16,7 @@
16
"postinstall": "bower install",
17
18
"prestart": "npm install",
19
- "start": "http-server -p 8000",
+ "start": "http-server -a localhost -p 8000",
20
21
"pretest": "npm install",
22
"test": "karma start test/karma.conf.js",
0 commit comments