This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

chore(just): tell the version we are building

it shows "Notella v{{current_version}}" in the log right now...

+1
+1
Justfile
··· 7 7 go run server/*.go 8 8 9 9 build output="bin/server" tag="{{current_version}}": 10 + echo "Building version {{current_version}}" 10 11 just genprisma 11 12 go mod tidy 12 13 go build -v -ldflags="-X main.Version={{tag}}" -o {{output}} server/*.go