I want to use 5000 instead of 4200.
I have tried to create a file on root name ember-cli
and put JSON according to the code below:
{
&q
For angular 10+:
Example:
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "dashboard:build",
**"port": 4202**
},
"configurations": {
"production": {
"browserTarget": "dashboard:build:production"
}
}
},