Skip to content

Commit

Permalink
externalDependencies を調整 refs #21
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrovers committed Mar 7, 2021
1 parent cf2e3ad commit 2ffcb3e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions frontend/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@
"@nestjs/microservices/microservices-module",
"@nestjs/websockets",
"@nestjs/websockets/socket-module",
"@nestjs/platform-express",
"class-transformer",
"class-validator",
"cache-manager"
]
},
Expand Down Expand Up @@ -162,9 +165,7 @@
"options": {
"browserTarget": "frontend:build:production",
"serverTarget": "frontend:server:production",
"routes": [
"/"
]
"routes": ["/"]
},
"configurations": {
"production": {}
Expand Down

0 comments on commit 2ffcb3e

Please sign in to comment.