From 4746bccd6684e8944a0f133849de6171fb071309 Mon Sep 17 00:00:00 2001 From: Julien Gautier Date: Sat, 25 Apr 2026 17:21:46 +0200 Subject: [PATCH] docs(copilot): fix dev port reference (4201 -> 4200) --- .github/copilot-instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 20eb114..cd560af 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -92,7 +92,7 @@ cd adastra_app && npm install # Développement npm run local # ng serve --configuration local --port 4400 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 npm run build # Production build (dist/)