full site update
This commit is contained in:
15
node_modules/crossws/dist/websocket/node.mjs
generated
vendored
Normal file
15
node_modules/crossws/dist/websocket/node.mjs
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
import { a as _WebSocket } from '../shared/crossws.CipVM6lf.mjs';
|
||||
import 'stream';
|
||||
import 'events';
|
||||
import 'http';
|
||||
import 'crypto';
|
||||
import 'buffer';
|
||||
import 'zlib';
|
||||
import 'https';
|
||||
import 'net';
|
||||
import 'tls';
|
||||
import 'url';
|
||||
|
||||
const Websocket = globalThis.WebSocket || _WebSocket;
|
||||
|
||||
export { Websocket as default };
|
Reference in New Issue
Block a user