aboutsummaryrefslogtreecommitdiff
path: root/Koifile
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-01-07 00:13:40 -0800
committerFuwn <[email protected]>2024-01-07 00:13:40 -0800
commitf0767e860609ac5d3a33b26357cb21ec4f16922c (patch)
tree4f7b25955a28200d1d9ef9dd7078816f660c3a5a /Koifile
parentchore(Koifile): use koix make mode (diff)
downloaddue.moe-f0767e860609ac5d3a33b26357cb21ec4f16922c.tar.xz
due.moe-f0767e860609ac5d3a33b26357cb21ec4f16922c.zip
refactor(hovercover): simple state
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) }