Remove http proxy feature

This commit is contained in:
rift 2024-03-08 19:50:04 -06:00
parent 35cb912e28
commit d3282c7212
4 changed files with 8 additions and 51 deletions

View file

@ -1,4 +1,4 @@
import { createBareServer } from "@nebula-services/bare-server-node";
import { createBareServer } from "@tomphttp/bare-server-node";
import chalk from "chalk";
import express from "express";
import { createServer } from "node:http";