modif initial

This commit is contained in:
ExostFlash 2025-05-14 15:26:23 +02:00
parent 615684e2f2
commit 27345d0fbb
2 changed files with 4 additions and 1 deletions

View file

@ -4,7 +4,7 @@ This project was generated with [Angular CLI](https://github.com/angular/angular
## Development server
Run `npm start` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files.
Run `npm start` for a dev server. Navigate to `http://localhost:4202/`. The application will automatically reload if you change any of the source files.
## Code scaffolding

View file

@ -69,6 +69,9 @@
"defaultConfiguration": "production"
},
"serve": {
"options": {
"port": 4202
},
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {