fix: Bump to ESM and update all deps (#1851)
* chore: Bump various packages * feat: Update everything to ESM * fix: building and porting js to cjs
This commit is contained in:
parent
89ee84b7e4
commit
05d32089dd
32 changed files with 5919 additions and 5879 deletions
|
@ -1,7 +1,5 @@
|
|||
import * as ws from "ws";
|
||||
import * as electron from "electron";
|
||||
|
||||
const WebSocketServer = ws.Server;
|
||||
import WebSocket, { WebSocketServer } from 'ws';
|
||||
import electron from "electron";
|
||||
|
||||
interface standardResponse {
|
||||
status?: Number;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue