Skip to content

Commit

Permalink
fix: upgrade & swap bare-server-node dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
xbubbo committed Sep 11, 2024
1 parent 6f53f15 commit b237304
Show file tree
Hide file tree
Showing 4 changed files with 1,234 additions and 1,234 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import fs from "node:fs";
import http from "node:http";
import path from "node:path";
import { createBareServer } from "@tomphttp/bare-server-node";
import { createBareServer } from "@nebula-services/bare-server-node";
import chalk from "chalk";
import cookieParser from "cookie-parser";
import cors from "cors";
Expand Down
Loading

0 comments on commit b237304

Please sign in to comment.