feat: switch to wisp-js for dev server and update libcurl transport

This commit is contained in:
Percs 2024-12-26 02:30:36 -06:00
parent ab3d84d987
commit 89a0473f41
3 changed files with 164 additions and 159 deletions

View file

@ -6,7 +6,7 @@ import fastifyStatic from "@fastify/static";
import { join } from "node:path";
import { spawn } from "node:child_process";
import { fileURLToPath } from "node:url";
import wisp from "wisp-server-node";
import { server as wisp } from "@mercuryworkshop/wisp-js/server";
//transports
import { baremuxPath } from "@mercuryworkshop/bare-mux/node";