mirror of
https://github.com/MercuryWorkshop/adrift.git
synced 2025-05-15 15:10:02 -04:00
fix ts-node? maybe
This commit is contained in:
parent
9571680fcc
commit
d1bef00d93
5 changed files with 347 additions and 11 deletions
|
@ -12,7 +12,8 @@ import {
|
|||
request as httpRequest,
|
||||
} from "http";
|
||||
import { Agent as HTTPSAgent, request as httpsRequest } from "https";
|
||||
import { isValid, parse } from "ipaddr.js";
|
||||
import fuck from "ipaddr.js";
|
||||
const { isValid, parse } = fuck;
|
||||
import { Readable } from "stream";
|
||||
import * as wrtc from "wrtc";
|
||||
import {
|
||||
|
@ -21,7 +22,7 @@ import {
|
|||
HTTPResponsePayload,
|
||||
ProtoBareHeaders,
|
||||
S2CRequestTypes,
|
||||
} from "../protocol";
|
||||
} from "../protocol/index.js";
|
||||
|
||||
const configuration = {
|
||||
iceServers: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue