about summary refs log tree commit diff stats
path: root/justfile
diff options
context:
space:
mode:
authorAlan Pearce2024-05-03 09:04:42 +0200
committerAlan Pearce2024-05-03 09:04:42 +0200
commit0945da8f9654252008ff6bd56022f9363fd3cca6 (patch)
treeea9d13e7ed3f3c22d1f736c2d9e6eb46a0a7631a /justfile
parent670f9dbd8d9b54d52b50cb2c7662b674d0aeb357 (diff)
downloadsearchix-0945da8f9654252008ff6bd56022f9363fd3cca6.tar.lz
searchix-0945da8f9654252008ff6bd56022f9363fd3cca6.tar.zst
searchix-0945da8f9654252008ff6bd56022f9363fd3cca6.zip
feat: add basic input frontend
Diffstat (limited to 'justfile')
-rw-r--r--justfile2
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 .