This commit is contained in:
Dax Raad
2025-06-11 18:45:18 -04:00
parent 8f43c59091
commit acb23eb995
3 changed files with 2 additions and 5 deletions
-1
View File
@@ -6,7 +6,6 @@ export const ScrapCommand = cmd({
command: "scrap <file>",
builder: (yargs) =>
yargs.positional("file", { type: "string", demandOption: true }),
describe: "test command",
async handler() {
await App.provide({ cwd: process.cwd(), version: VERSION }, async (app) => {
Bun.resolveSync("typescript/lib/tsserver.js", app.path.cwd)