feat: toggle controller state on/off

This commit is contained in:
Kaaninchen
2026-08-03 18:50:22 +02:00
parent 67162359ed
commit 3f470096ce
7 changed files with 86 additions and 11 deletions
+2 -2
View File
@@ -10,10 +10,10 @@ build:
@echo "🔧 Building binary..."
@cp $(CONFIG_FILE) $(BIN_DIR)/
@go build -o $(BIN_DIR)/$(BIN_NAME) $(MAIN_PKG)
@echo "Build complete: $(BIN_DIR)/$(BIN_NAME)"
@echo "Build complete: $(BIN_DIR)/$(BIN_NAME)"
run:
@echo "🚀 Running server..."
@echo "Running server..."
@go run $(MAIN_PKG)
clean:
@echo "🧹 Cleaning up..."