docs(copilot): fix dev port reference (4201 -> 4200)

This commit is contained in:
2026-04-25 17:21:46 +02:00
parent 12cba24db9
commit 4746bccd66
+1 -1
View File
@@ -92,7 +92,7 @@ cd adastra_app && npm install
# Développement # Développement
npm run local # ng serve --configuration local --port 4400 npm run local # ng serve --configuration local --port 4400
npm start # ng serve (port 4200 par défaut) npm start # ng serve (port 4200 par défaut)
npm run dev # ng serve --configuration local --port 4201 npm run dev # ng serve --configuration local --port 4200
# Build # Build
npm run build # Production build (dist/) npm run build # Production build (dist/)