small fixes and deploy event streaming

This commit is contained in:
Zoe
2024-12-10 02:56:44 -06:00
parent 6c035fc391
commit e46bb05b39
10 changed files with 671 additions and 205 deletions

View File

@@ -5,10 +5,10 @@
"author": "juls0730",
"license": "MIT",
"scripts": {
"build:daemon": "go build -o fluxd cmd/daemon/main.go",
"build:cli": "go build -o flux cmd/cli/main.go",
"run:daemon": "go run cmd/daemon/main.go",
"run:cli": "go run cmd/cli/main.go"
"build:daemon": "go build -o fluxd cmd/fluxd/main.go",
"build:cli": "go build -o flux cmd/flux/main.go",
"run:daemon": "go run cmd/fluxd/main.go",
"run:cli": "go run cmd/flux/main.go"
},
"pattern": "**/*.go",
"excluded_dirs": []