diff options
| author | Fuwn <[email protected]> | 2024-06-18 17:50:07 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-06-18 17:50:07 -0700 |
| commit | e7fac7635e8dc5d4149745ae9bbe53e9e8ca0d95 (patch) | |
| tree | 15cd4a91d8f5a09892ac3cf7a67c74a429a12e88 /Koifile | |
| parent | feat(CleanAnimeList): total due episode count setting (diff) | |
| download | due.moe-e7fac7635e8dc5d4149745ae9bbe53e9e8ca0d95.tar.xz due.moe-e7fac7635e8dc5d4149745ae9bbe53e9e8ca0d95.zip | |
build: replace koix with just
Diffstat (limited to 'Koifile')
| -rwxr-xr-x | Koifile | 10 |
1 files changed, 0 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) } |