wynn/ts/src/main.ts
a 6e1595a7c5
Some checks failed
commit-tag / commit-tag-image (push) Failing after 57s
noot
2025-03-01 15:10:31 -06:00

11 lines
170 B
TypeScript

import { runExit } from "clipanion";
import { WorkerCommand } from "#/cmd/worker";
import { BotCommand } from "#/cmd/bot";
runExit([
WorkerCommand,
BotCommand,
])