Skip to content

Commit

Permalink
build: angularと依存パッケージ更新
Browse files Browse the repository at this point in the history
  • Loading branch information
TK11235 committed Nov 22, 2023
1 parent 4dfd555 commit 7c0868a
Show file tree
Hide file tree
Showing 4 changed files with 7,520 additions and 6,242 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"configurations": [
{
"name": "ng serve",
"type": "pwa-chrome",
"type": "chrome",
"request": "launch",
"preLaunchTask": "npm: start",
"url": "http://localhost:4200/"
Expand Down
6 changes: 3 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,18 +73,18 @@
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "udonarium:build:production"
"buildTarget": "udonarium:build:production"
},
"development": {
"browserTarget": "udonarium:build:development"
"buildTarget": "udonarium:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "udonarium:build"
"buildTarget": "udonarium:build"
}
},
"test": {
Expand Down
Loading

0 comments on commit 7c0868a

Please sign in to comment.