diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-03-31 15:48:24 -0500 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-03-31 15:48:24 -0500 |
| commit | 871c22cae2ef84694502fde290838bb24432a1f4 (patch) | |
| tree | 9e502e7d1473914d0263df5dd7e9db69e7bad9ce | |
| parent | d0a1789f821be0bd1dd04619daa7952b61c0b2c9 (diff) | |
simple justfile
| -rw-r--r-- | justfile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/justfile b/justfile new file mode 100644 index 0000000..e092f23 --- /dev/null +++ b/justfile @@ -0,0 +1,9 @@ +build: + yo build + +deploy: + yo dep root@ganymede + +switch: + yo sw + |
