Remove express from deps

This commit is contained in:
MotorTruck1221 2024-03-23 02:15:53 -06:00
parent 460aa64634
commit 1ee0a620a7
No known key found for this signature in database
GPG key ID: 06901A625432AC21
3 changed files with 79 additions and 369 deletions

View file

@ -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/");