Use env and flags for configuration

This commit is contained in:
Daniel Pupius
2025-04-30 10:36:45 -07:00
parent ebb4e1306f
commit 64b026646d
2 changed files with 181 additions and 32 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ build:
# Run the application with json log formatting
run: build
@./dist/meshstream 2>&1 | go tool github.com/dpup/logista
@./dist/meshstream --verbose 2>&1 | go tool github.com/dpup/logista
# Generate Go code from Protocol Buffers
gen-proto: tools