Update to node 12

This commit is contained in:
2026-03-21 14:09:33 +01:00
parent 74fbb4f917
commit ab80722be8
5 changed files with 48 additions and 54 deletions
+1 -2
View File
@@ -11,8 +11,7 @@ import * as Rollbar from 'rollbar';
import * as passport from 'passport';
import * as connectMongo from 'connect-mongo';
import * as express from 'express';
// import { WebSocketServer } from '@clusterws/cws';
import { WebSocketServer } from 'clusterws-uws';
import { WebSocketServer } from '@encharm/cws';
import { compact, once } from 'lodash';
import { copySync, removeSync, ensureDirSync } from 'fs-extra';
import { createServerHost, createClientOptions, ServerOptions, ClientExtensions, Packet } from 'ag-sockets';