mirror of
https://github.com/NebulaServices/Nebula.git
synced 2025-05-16 13:00:01 -04:00
Remove express from deps
This commit is contained in:
parent
460aa64634
commit
1ee0a620a7
3 changed files with 79 additions and 369 deletions
|
@ -2,13 +2,11 @@ import fastify from "fastify";
|
|||
import fastifyStatic from "@fastify/static";
|
||||
import { fileURLToPath } from "url";
|
||||
import path from "path";
|
||||
import fs from "fs";
|
||||
import cookieParser from "@fastify/cookie";
|
||||
import { createServer } from "http";
|
||||
import { createBareServer } from "@tomphttp/bare-server-node";
|
||||
import createRammerhead from "rammerhead/src/server/index.js";
|
||||
import wisp from "wisp-server-node";
|
||||
import { Socket } from "net";
|
||||
const __filename = fileURLToPath(import.meta.url);
|
||||
const __dirname = path.dirname(__filename);
|
||||
const bare = createBareServer("/bare/");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue