mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-09 15:50:53 +00:00
Fix initial setup, have dev server only listen on localhost.
This commit is contained in:
parent
315a91ab5c
commit
27f8354cf1
3 changed files with 6 additions and 2 deletions
|
@ -117,6 +117,6 @@ gulp.task('server', function() {
|
|||
fs.createReadStream(file).pipe(res);
|
||||
});
|
||||
|
||||
}).listen(8000);
|
||||
}).listen(8000, "localhost");
|
||||
util.log("[" + util.colors.cyan("HTTP") + "] Listening on Port: " + util.colors.magenta("8000"));
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue