fix: ln merge issues and deprecate some libs
This commit is contained in:
parent
c9e3fcd9ca
commit
546ba7b780
11 changed files with 4384 additions and 4814 deletions
|
|
@ -11,9 +11,9 @@ const argv = require('minimist')(process.argv.slice(2))
|
|||
const got = require('got')
|
||||
const morgan = require('morgan')
|
||||
const helmet = require('helmet')
|
||||
const WebSocket = require('ws')
|
||||
// const WebSocket = require('ws')
|
||||
const http = require('http')
|
||||
const SocketIo = require('socket.io')
|
||||
// const SocketIo = require('socket.io')
|
||||
const makeDir = require('make-dir')
|
||||
const _ = require('lodash/fp')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue