Skip to content

Commit

Permalink
Merge pull request #3 from leonidus96/master
Browse files Browse the repository at this point in the history
8.0-ng iteration 2
  • Loading branch information
ddetommaso authored Feb 7, 2024
2 parents a651998 + caffb9a commit a43b639
Show file tree
Hide file tree
Showing 156 changed files with 4,696 additions and 1,341 deletions.
11 changes: 6 additions & 5 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,16 +73,14 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"proxyConfig": "proxy.conf.json"

},
"configurations": {
"production": {
"buildTarget": "pyicub-frontend:build:production",
"proxyConfig": "proxy.conf.json"
"buildTarget": "pyicub-frontend:build:production"
},
"development": {
"buildTarget": "pyicub-frontend:build:development",
"proxyConfig": "proxy.conf.development.json"
"buildTarget": "pyicub-frontend:build:development"
}
},
"defaultConfiguration": "development"
Expand Down Expand Up @@ -113,5 +111,8 @@
}
}
}
},
"cli": {
"analytics": false
}
}
116 changes: 0 additions & 116 deletions db.json

This file was deleted.

Loading

0 comments on commit a43b639

Please sign in to comment.