mirror of
https://github.com/NebulaServices/Nebula.git
synced 2025-05-16 21:10:02 -04:00
'Fix' random package not found errors
This commit is contained in:
parent
a46908389c
commit
2f3beca70b
2 changed files with 3 additions and 0 deletions
|
@ -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);
|
||||
|
|
|
@ -4,7 +4,9 @@ import preact from "@preact/preset-vite";
|
|||
import { viteStaticCopy } from "vite-plugin-static-copy";
|
||||
import { uvPath } from "@titaniumnetwork-dev/ultraviolet";
|
||||
import { dynamicPath } from "@nebula-services/dynamic";
|
||||
//@ts-ignore
|
||||
import { epoxyPath } from "@mercuryworkshop/epoxy-transport";
|
||||
//@ts-ignore
|
||||
import { libcurlPath } from "@mercuryworkshop/libcurl-transport";
|
||||
import path from "path";
|
||||
import { createBareServer } from "@tomphttp/bare-server-node";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue