Skip to content

Commit

Permalink
Update to Angular 14 (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmccollum-woolpert committed May 14, 2024
1 parent 078a9dd commit 91ce408
Show file tree
Hide file tree
Showing 53 changed files with 13,753 additions and 14,554 deletions.
2 changes: 1 addition & 1 deletion application/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN npm install -g json-merger && \

COPY frontend/ .
ARG configuration=production
RUN npm run build -- --outputPath=./dist/out --configuration $configuration
RUN npm run build -- --output-path=./dist/out --configuration $configuration

# build backend
FROM node:16-alpine
Expand Down
7 changes: 4 additions & 3 deletions application/frontend/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,10 @@
}
}
},
"defaultProject": "fleetrouting-app",
"cli": {
"analytics": "4719daa3-cef3-48df-9165-97bc569220b4",
"defaultCollection": "@angular-eslint/schematics"
"schematicCollections": [
"@angular-eslint/schematics"
]
}
}
}
Loading

0 comments on commit 91ce408

Please sign in to comment.