updated ws dependency and slightly improved client side error handling, hung uploads will error instead of hang forever
This commit is contained in:
parent
80fb42ad3d
commit
527040afef
8 changed files with 68 additions and 101 deletions
|
@ -2,7 +2,7 @@ const assets = require('../../common/assets');
|
|||
const routes = require('../routes');
|
||||
const pages = require('../routes/pages');
|
||||
const tests = require('../../test/frontend/routes');
|
||||
const expressWs = require('express-ws');
|
||||
const expressWs = require('@dannycoates/express-ws');
|
||||
|
||||
module.exports = function(app, devServer) {
|
||||
assets.setMiddleware(devServer.middleware);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue