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 /justfile | |
| 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 'justfile')
| -rw-r--r-- | justfile | 12 |
1 files changed, 12 insertions, 0 deletions
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 |