Authentication with firebase, Landing Page 1.Teil
This commit is contained in:
14
project.json
14
project.json
@@ -35,7 +35,7 @@
|
||||
"prefix": "app",
|
||||
"targets": {
|
||||
"build": {
|
||||
"executor": "@angular-devkit/build-angular:application",
|
||||
"executor": "@angular/build:application",
|
||||
"options": {
|
||||
"outputPath": "dist/vokabeltraining",
|
||||
"index": "src/index.html",
|
||||
@@ -54,7 +54,13 @@
|
||||
"styles": [
|
||||
"src/styles.scss"
|
||||
],
|
||||
"scripts": []
|
||||
"scripts": [],
|
||||
"fileReplacements": [
|
||||
{
|
||||
"replace": "src/app/environments/environment.ts",
|
||||
"with": "src/app/environments/environment.prod.ts"
|
||||
}
|
||||
]
|
||||
},
|
||||
"configurations": {
|
||||
"production": {
|
||||
@@ -81,7 +87,7 @@
|
||||
"defaultConfiguration": "production"
|
||||
},
|
||||
"serve": {
|
||||
"executor": "@angular-devkit/build-angular:dev-server",
|
||||
"executor": "@angular/build:dev-server",
|
||||
"options": {
|
||||
"proxyConfig": "proxy.conf.json"
|
||||
},
|
||||
@@ -96,7 +102,7 @@
|
||||
"defaultConfiguration": "development"
|
||||
},
|
||||
"extract-i18n": {
|
||||
"executor": "@angular-devkit/build-angular:extract-i18n"
|
||||
"executor": "@angular/build:extract-i18n"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user