mirror of
https://github.com/potato47/ccc-devtools.git
synced 2026-04-06 13:22:32 +00:00
5 lines
61 B
TypeScript
Executable File
5 lines
61 B
TypeScript
Executable File
#!/usr/bin/env bun
|
|
import { run } from '../src/cli';
|
|
|
|
run();
|