parent
02c8466eb9
commit
c6a60bbeab
@ -1,13 +1,5 @@ |
|||||||
const serve = require('serve') |
|
||||||
|
|
||||||
module.exports = function (path, port) { |
module.exports = function (path, port) { |
||||||
var server = serve(path, { |
console.log('\x1b[31m%s\x1b[0m', '[ERR] Front end capability is not available anymore') |
||||||
port: port |
function kill () {} |
||||||
}) |
|
||||||
|
|
||||||
function kill () { |
|
||||||
console.log('stopping frontend') |
|
||||||
server.stop() |
|
||||||
} |
|
||||||
return kill |
return kill |
||||||
} |
} |
||||||
|
Loading…
Reference in new issue