diff options
Diffstat (limited to 'Koifile')
| -rwxr-xr-x | Koifile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,10 +1,10 @@ fn all() { dev() } -fn dev() { - bun run dev --host -} +fn dev() { $(bun run dev --host) } fn vpn() { piactl disconnect piactl connect } + +fn check() { $(bun --bun run check) } |