nope/lib/cli/ioServer.ts

8 lines
179 B
TypeScript

import { runNopeBackend } from "./runNopeBackend";
runNopeBackend({
channel: "io-server",
channelParams: JSON.stringify([7000, "info", true]),
skipLoadingConfig: true,
});