Skip to content

Instantly share code, notes, and snippets.

@hicaro
Last active February 13, 2020 00:21
Show Gist options
  • Save hicaro/55103feabd80a4a72dd3fcd532b0941a to your computer and use it in GitHub Desktop.
Save hicaro/55103feabd80a4a72dd3fcd532b0941a to your computer and use it in GitHub Desktop.
{
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
"version": 1,
"newProjectRoot": "projects",
"projects": {
"my-sample-project": {
"architect": {
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "my-sample-project:build",
"port": 5003,
"host": "example.com"
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment