server/packages/cli/bin/run.ts

6 lines
101 B
TypeScript
Raw Normal View History

#!/usr/bin/env bun
import { execute } from "@oclif/core";
await execute({ dir: import.meta.url });