server/packages/cli/bin/dev.ts
2024-05-07 07:41:02 +00:00

6 lines
123 B
TypeScript
Executable file

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