server/cli/bin/run.ts
2024-05-08 00:10:14 +00:00

6 lines
101 B
TypeScript
Executable file

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