This commit is contained in:
Dax Raad
2025-06-11 18:45:18 -04:00
parent 468cec545a
commit 9b2b610920
3 changed files with 2 additions and 5 deletions

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)