Add files via upload

This commit is contained in:
Tomáš Dvořák
2025-05-26 12:42:06 +02:00
committed by GitHub
parent e0dee4d45c
commit fab4fc91d2
+2 -2
View File
@@ -21,9 +21,9 @@ dev: ## Run both applications in development mode
echo "Please stop the existing service or change PORT in Makefile"; \
exit 1; \
fi
@go run main.go &
@go run . &
@sleep 2
@cd kontakt && PORT=$(KONTAKT_PORT) go run contact-scrape.go
@cd kontakt && PORT=$(KONTAKT_PORT) go run .
run: build ## Build and run both applications
@echo "Starting $(BINARY_NAME) and $(KONTAKT_BINARY)..."