1
0
Fork 0
mirror of https://github.com/imjasonh/gots synced 2026-07-08 00:56:04 +00:00

rename to gots

Signed-off-by: Jason Hall <jason@chainguard.dev>
This commit is contained in:
Jason Hall 2025-08-30 21:34:42 -04:00
parent 0853892d49
commit b65d132b92
5 changed files with 8 additions and 8 deletions

View file

@ -12,7 +12,7 @@ generate-prod:
# Build the Go binary (production)
release: generate-prod
go build -o bin/gojs .
go build -o bin/gots .
# Run the server (regenerates assets first)
run: generate-dev
@ -27,4 +27,4 @@ image: generate-prod
# Clean generated files
clean:
rm -rf assets/ frontend/node_modules/ frontend/package-lock.json gojs
rm -rf assets/ frontend/node_modules/ frontend/package-lock.json gots