We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e5e54e commit 131d602Copy full SHA for 131d602
Makefile
@@ -183,7 +183,7 @@ run: build ## Run code
183
184
dev: ## Run agent executable
185
@echo "🚀 Running App"
186
- COLLECTOR_CONFIG_PATH=$(COLLECTOR_PATH) MANIFEST_DIR_PATH=$(MANIFEST_DIR) $(GORUN) -ldflags=$(DEBUG_LDFLAGS) $(PROJECT_DIR)/$(PROJECT_FILE)
+ NGINX_AGENT_COLLECTOR_CONFIG_PATH=$(COLLECTOR_PATH) NGINX_AGENT_MANIFEST_DIR=$(MANIFEST_DIR) $(GORUN) -ldflags=$(DEBUG_LDFLAGS) $(PROJECT_DIR)/$(PROJECT_FILE)
187
188
race-condition-dev: ## Run agent executable with race condition detection
189
@echo "🏎️ Running app with race condition detection enabled"
0 commit comments