fix aborting issue

This commit is contained in:
Dax Raad
2025-06-14 21:23:57 -04:00
parent b855511d9a
commit 0e035b3115
4 changed files with 128 additions and 88 deletions

View File

@@ -3,11 +3,8 @@ import { App } from "./app/app"
import { Server } from "./server/server"
import fs from "fs/promises"
import path from "path"
import { Share } from "./share/share"
import { Global } from "./global"
import yargs from "yargs"
import { hideBin } from "yargs/helpers"
import { RunCommand } from "./cli/cmd/run"