refactor: Adjust backend and frontend directory paths in Makefile.
This commit is contained in:
4
Makefile
4
Makefile
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user