mirror of
https://github.com/versia-pub/server.git
synced 2026-01-26 04:06:01 +01:00
refactor(cli): 🔥 Remove useless bin files in CLI
This commit is contained in:
parent
5e1ec8778c
commit
a4aafc202c
|
|
@ -1,3 +0,0 @@
|
||||||
@echo off
|
|
||||||
|
|
||||||
bun "%~dp0\dev" %*
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
#!/usr/bin/env -S bun
|
|
||||||
|
|
||||||
import { execute } from "@oclif/core";
|
|
||||||
|
|
||||||
await execute({ development: true, dir: import.meta.url });
|
|
||||||
|
|
@ -1,3 +0,0 @@
|
||||||
@echo off
|
|
||||||
|
|
||||||
bun "%~dp0\run" %*
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
#!/usr/bin/env bun
|
|
||||||
|
|
||||||
import { execute } from "@oclif/core";
|
|
||||||
|
|
||||||
await execute({ dir: import.meta.url });
|
|
||||||
Loading…
Reference in a new issue