Skip to content

Commit c1c0c89

Browse files
committed
update command on makefile
1 parent 37639e4 commit c1c0c89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ dev-safe: check
184184
# Start only the backend in development mode
185185
serve-dev:
186186
@echo "Starting backend in development mode on port 8080..."
187-
@$(GO) run ./cmd/fetchr serve --port 8080 --log-level debug --health --metrics
187+
@$(GO) run ./cmd/fetchr serve --port 8080 --log-level debug
188188

189189
# Start only the dashboard in development mode
190190
dashboard-dev:

0 commit comments

Comments
 (0)