Files
ccc-devtools/bin/cccdev.ts
2026-03-15 19:21:04 +08:00

5 lines
61 B
TypeScript
Executable File

#!/usr/bin/env bun
import { run } from '../src/cli';
run();