We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37639e4 commit c1c0c89Copy full SHA for c1c0c89
1 file changed
Makefile
@@ -184,7 +184,7 @@ dev-safe: check
184
# Start only the backend in development mode
185
serve-dev:
186
@echo "Starting backend in development mode on port 8080..."
187
- @$(GO) run ./cmd/fetchr serve --port 8080 --log-level debug --health --metrics
+ @$(GO) run ./cmd/fetchr serve --port 8080 --log-level debug
188
189
# Start only the dashboard in development mode
190
dashboard-dev:
0 commit comments