aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-06-18 17:50:07 -0700
committerFuwn <[email protected]>2024-06-18 17:50:07 -0700
commite7fac7635e8dc5d4149745ae9bbe53e9e8ca0d95 (patch)
tree15cd4a91d8f5a09892ac3cf7a67c74a429a12e88
parentfeat(CleanAnimeList): total due episode count setting (diff)
downloaddue.moe-e7fac7635e8dc5d4149745ae9bbe53e9e8ca0d95.tar.xz
due.moe-e7fac7635e8dc5d4149745ae9bbe53e9e8ca0d95.zip
build: replace koix with just
-rwxr-xr-xKoifile10
-rw-r--r--justfile12
2 files changed, 12 insertions, 10 deletions
diff --git a/Koifile b/Koifile
deleted file mode 100755
index 379b9a38..00000000
--- a/Koifile
+++ /dev/null
@@ -1,10 +0,0 @@
-fn all() { dev() }
-
-fn dev() { $(bun run dev --host) }
-
-fn vpn() {
- piactl disconnect
- piactl connect
-}
-
-fn check() { $(bun --bun run check) }
diff --git a/justfile b/justfile
new file mode 100644
index 00000000..342fc030
--- /dev/null
+++ b/justfile
@@ -0,0 +1,12 @@
+default:
+ @just --list
+
+dev:
+ bun run dev --host
+
+check:
+ bun --bun run check
+
+vpn:
+ piactl disconnect
+ piactl connect