refactor: Adjust backend and frontend directory paths in Makefile.

This commit is contained in:
2025-12-02 23:37:18 +01:00
parent 49f58d641f
commit f475b244c9

View File

@@ -4,8 +4,8 @@
.PHONY: help install build run dev clean test lint backend frontend backend-run frontend-run backend-build frontend-build all stop
# Variabili
BACKEND_DIR := src/Apollinare.API
FRONTEND_DIR := frontend
BACKEND_DIR := src/backend/Apollinare.API
FRONTEND_DIR := src/frontend
BACKEND_PORT := 5000
FRONTEND_PORT := 5173