write local-server-bin

This commit is contained in:
sawka
2023-03-17 15:57:01 -07:00
parent e363ed0d0e
commit e01a0a7fa0
+1 -1
View File
@@ -12,5 +12,5 @@ sqlite3 /Users/mike/prompt-dev/prompt.db
```bash
# @scripthaus command build
go build -ldflags "-X main.BuildTime=$(date +'%Y%m%d%H%M')" -o ~/prompt-dev/local-server ./cmd
go build -ldflags "-X main.BuildTime=$(date +'%Y%m%d%H%M')" -o bin/local-server ./cmd
```