aboutsummaryrefslogtreecommitdiff
path: root/Koifile
diff options
context:
space:
mode:
Diffstat (limited to 'Koifile')
-rwxr-xr-xKoifile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Koifile b/Koifile
index 8e5ee78c..379b9a38 100755
--- a/Koifile
+++ b/Koifile
@@ -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) }