Add support for processors over http

This commit is contained in:
Endeavorance 2025-04-03 09:47:19 -04:00
parent b5136c5d02
commit 3682a7a763
7 changed files with 52 additions and 12 deletions

View file

@ -1,8 +1,8 @@
import { parseArgs } from "node:util";
import chalk from "chalk";
import { MuseError } from "./errors";
import { loadBinding } from "./binding";
import { version } from "../package.json";
import { loadBinding } from "./binding";
import { MuseError } from "./errors";
import type { Binding, CLIArguments } from "./types";
interface Loggers {