fix(dev): Add missing ENVIRONMENT=dev instruction in Makefile

This commit is contained in:
TwiN 2025-03-02 17:42:15 -05:00
parent 62af9e842f
commit b750fcd209

View File

@ -6,7 +6,7 @@ install:
.PHONY: run .PHONY: run
run: run:
GATUS_CONFIG_PATH=./config.yaml ./$(BINARY) ENVIRONMENT=dev GATUS_CONFIG_PATH=./config.yaml ./$(BINARY)
.PHONY: clean .PHONY: clean
clean: clean: