'Fix' random package not found errors

This commit is contained in:
rift 2024-03-21 21:02:15 -05:00
parent a46908389c
commit 2f3beca70b
2 changed files with 3 additions and 0 deletions

View file

@ -10,6 +10,7 @@ import fs from "fs";
import cookieParser from "cookie-parser";
import wisp from "wisp-server-node";
import { Request, Response } from "express";
//@ts-ignore
import { Socket, Head } from "ws";
const __filename = fileURLToPath(import.meta.url);