WIP: updates, remove graphql (many things commented out)
This commit is contained in:
parent
38ff5b8e59
commit
d464897b8b
28 changed files with 6391 additions and 5166 deletions
|
@ -96,19 +96,19 @@
|
|||
"serve": {
|
||||
"builder": "@angular-devkit/build-angular:dev-server",
|
||||
"options": {
|
||||
"browserTarget": "gisaf-app:build",
|
||||
"proxyConfig": "proxy.conf.json"
|
||||
"proxyConfig": "proxy.conf.json",
|
||||
"buildTarget": "gisaf-app:build"
|
||||
},
|
||||
"configurations": {
|
||||
"production": {
|
||||
"browserTarget": "gisaf-app:build:production"
|
||||
"buildTarget": "gisaf-app:build:production"
|
||||
}
|
||||
}
|
||||
},
|
||||
"extract-i18n": {
|
||||
"builder": "@angular-devkit/build-angular:extract-i18n",
|
||||
"options": {
|
||||
"browserTarget": "gisaf-app:build"
|
||||
"buildTarget": "gisaf-app:build"
|
||||
}
|
||||
},
|
||||
"test": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue