Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
miris-mp committed Sep 6, 2023
2 parents a993fef + faa3122 commit 0d8717f
Show file tree
Hide file tree
Showing 219 changed files with 18,435 additions and 20,061 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@
docker-compose.secrets.yml
index-dev.html
environment.dev-local.ts

/src/Website/.angular/cache
11 changes: 7 additions & 4 deletions src/Website/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@
"src/favicon.ico"
],
"styles": [
"./node_modules/@angular/material/prebuilt-themes/purple-green.css",
"./node_modules/leaflet/dist/leaflet.css",
"src/styles.css",
"src/theme.scss",
"node_modules/primeng/resources/themes/saga-blue/theme.css",
"node_modules/primeng/resources/primeng.min.css",
"node_modules/primeicons/primeicons.css"
Expand Down Expand Up @@ -125,7 +126,8 @@
"mock": {
"browserTarget": "src:build:mock"
}
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
Expand Down Expand Up @@ -175,8 +177,9 @@
}
}
},
"defaultProject": "src",
"cli": {
"defaultCollection": "@angular-eslint/schematics"
"schematicCollections": [
"@angular-eslint/schematics"
]
}
}
Loading

0 comments on commit 0d8717f

Please sign in to comment.