chore: update bare-as-module3 and bare-server-node to nebula ver

This commit is contained in:
Percs 2024-10-13 15:47:40 -05:00
parent 8fc98e66c8
commit 86f4a322e6
3 changed files with 29 additions and 29 deletions

View file

@ -1,5 +1,5 @@
// Dev server imports
import { createBareServer } from "@tomphttp/bare-server-node";
import { createBareServer } from "@nebula-services/bare-server-node";
import { createServer } from "http";
import Fastify from "fastify";
import fastifyStatic from "@fastify/static";