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