Skip to content

Commit

Permalink
Configure devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
max-lt committed Feb 20, 2024
1 parent 38b4c96 commit 64a6d10
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"forwardPorts": [4300],
"postCreateCommand": "npm i",
"customizations": {
"vscode": {
"settings": {
"terminal.integrated.defaultProfile.linux": "zsh",
"extensions.ignoreRecommendations": true
},
"extensions": [
"angular.ng-template",
"formulahendry.auto-rename-tag",
"esbenp.prettier-vscode"
]
}
}
}
4 changes: 2 additions & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
},
"configurations": {
"production": {
"sourceMap": false,
"sourceMap": true,
"budgets": [
{
"type": "initial",
Expand Down Expand Up @@ -130,7 +130,7 @@
"with": "src/environments/environment.prod.ts"
}
],
"sourceMap": false,
"sourceMap": true,
"optimization": {
"styles": false,
"scripts": true
Expand Down

0 comments on commit 64a6d10

Please sign in to comment.