remove main.js
All checks were successful
commit-tag / commit-tag-image (push) Successful in 2m53s

This commit is contained in:
a 2025-03-01 15:45:47 -06:00
parent 067432eda9
commit 024e52ab73
No known key found for this signature in database
GPG Key ID: 2F22877AA4DFDADB

View File

@ -1,9 +0,0 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var clipanion_1 = require("clipanion");
var worker_1 = require("#/cmd/worker");
var bot_1 = require("#/cmd/bot");
(0, clipanion_1.runExit)([
worker_1.WorkerCommand,
bot_1.BotCommand,
]);