server/cli/bin/dev.ts
2024-05-08 00:10:14 +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 });