Skip to content

Commit

Permalink
Whoops, forgot to fix bare-server-node
Browse files Browse the repository at this point in the history
  • Loading branch information
MotorTruck1221 committed Oct 4, 2024
1 parent 5924835 commit 0bdb698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/serverFactory.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { createServer } from 'node:http';
import { createBareServer } from '@tomphttp/bare-server-node';
import { createBareServer } from '@nebula-services/bare-server-node';
import wisp from 'wisp-server-node';
import { createRammerhead, shouldRouteRh, routeRhRequest, routeRhUpgrade } from '@rubynetwork/rammerhead';
function initRHServer() {
Expand Down

0 comments on commit 0bdb698

Please sign in to comment.