diff options
author | Alan Pearce | 2024-05-03 09:04:42 +0200 |
---|---|---|
committer | Alan Pearce | 2024-05-03 09:04:42 +0200 |
commit | 0945da8f9654252008ff6bd56022f9363fd3cca6 (patch) | |
tree | ea9d13e7ed3f3c22d1f736c2d9e6eb46a0a7631a /justfile | |
parent | 670f9dbd8d9b54d52b50cb2c7662b674d0aeb357 (diff) | |
download | searchix-0945da8f9654252008ff6bd56022f9363fd3cca6.tar.lz searchix-0945da8f9654252008ff6bd56022f9363fd3cca6.tar.zst searchix-0945da8f9654252008ff6bd56022f9363fd3cca6.zip |
feat: add basic input frontend
Diffstat (limited to 'justfile')
-rw-r--r-- | justfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/justfile b/justfile index a24dc88..b780c07 100644 --- a/justfile +++ b/justfile @@ -2,7 +2,7 @@ default: @just --list --justfile {{ justfile() }} --unsorted prepare: - ln -sf $(nix-build --no-out-link -A css) frontend/static/style.css + ln -sf $(nix-build --no-out-link -A css) frontend/static/base.css checkformat: gofmt -d . |