docs(copilot): fix dev port reference (4201 -> 4200)
This commit is contained in:
@@ -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/)
|
||||||
|
|||||||
Reference in New Issue
Block a user