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
|
.PHONY: help install build run dev clean test lint backend frontend backend-run frontend-run backend-build frontend-build all stop
|
||||||
|
|
||||||
# Variabili
|
# Variabili
|
||||||
BACKEND_DIR := src/Apollinare.API
|
BACKEND_DIR := src/backend/Apollinare.API
|
||||||
FRONTEND_DIR := frontend
|
FRONTEND_DIR := src/frontend
|
||||||
BACKEND_PORT := 5000
|
BACKEND_PORT := 5000
|
||||||
FRONTEND_PORT := 5173
|
FRONTEND_PORT := 5173
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user