mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-13 14:30:02 -04:00
feat: switch to wisp-js for dev server and update libcurl transport
This commit is contained in:
parent
ab3d84d987
commit
89a0473f41
3 changed files with 164 additions and 159 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue