refactor(cli): 🔥 Remove useless bin files in CLI

This commit is contained in:
Jesse Wierzbinski 2024-10-03 10:29:25 +02:00
parent 5e1ec8778c
commit a4aafc202c
No known key found for this signature in database
4 changed files with 0 additions and 16 deletions

View file

@ -1,3 +0,0 @@
@echo off
bun "%~dp0\dev" %*

View file

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

View file

@ -1,3 +0,0 @@
@echo off
bun "%~dp0\run" %*

View file

@ -1,5 +0,0 @@
#!/usr/bin/env bun
import { execute } from "@oclif/core";
await execute({ dir: import.meta.url });