Updated website docs & ci/cd

This commit is contained in:
2023-12-04 22:42:56 -05:00
parent 18904dcb24
commit 98bd9968c3
7 changed files with 177 additions and 187 deletions

View File

@@ -21,7 +21,7 @@
"index": "src/index.html",
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"tsConfig": "tsconfig.app.json",
"tsConfig": "tsconfig.json",
"inlineStyleLanguage": "scss",
"assets": [
"src/assets"
@@ -75,12 +75,6 @@
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "LegioXXX:build"
}
}
}
}