Skip to content

Commit

Permalink
updated angular version
Browse files Browse the repository at this point in the history
  • Loading branch information
kudah99 committed Dec 26, 2023
1 parent 35596f7 commit 39a27ee
Show file tree
Hide file tree
Showing 4 changed files with 2,432 additions and 2,641 deletions.
1 change: 0 additions & 1 deletion app/core/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

load_dotenv()


class Configs(BaseSettings):
PROJECT_NAME: str = "ECOMMERCE MOCKUP API"
API: str = "/api"
Expand Down
6 changes: 3 additions & 3 deletions docs/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,18 +77,18 @@
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "docs:build:production"
"buildTarget": "docs:build:production"
},
"development": {
"browserTarget": "docs:build:development"
"buildTarget": "docs:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "docs:build"
"buildTarget": "docs:build"
}
},
"test": {
Expand Down
Loading

0 comments on commit 39a27ee

Please sign in to comment.