diff options
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 |