[server] host from args
This commit is contained in:
@@ -40,7 +40,7 @@ const build = () => function build() {
|
||||
const test = (build) => function test() {
|
||||
const argv = yargs.argv;
|
||||
return build()
|
||||
.pipe(new Neko().run(argv.dev))
|
||||
.pipe(new Neko().run('localhost'))
|
||||
.pipe(debug());
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user