Skip to content

Commit

Permalink
Atualizacao
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarocamillont committed Nov 25, 2024
1 parent e3860e7 commit aefad0a
Show file tree
Hide file tree
Showing 7 changed files with 21,121 additions and 8,809 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,8 @@ testem.log
# System Files
.DS_Store
Thumbs.db



.nx/cache
.nx/workspace-data
6 changes: 6 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"recommendations": [
"nrwl.angular-console",
"angular.ng-template"
]
}
118 changes: 0 additions & 118 deletions angular.json

This file was deleted.

43 changes: 43 additions & 0 deletions nx.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"targetDefaults": {
"build": {
"cache": true,
"dependsOn": [
"^build"
],
"inputs": [
"production",
"^production"
]
},
"test": {
"cache": true,
"inputs": [
"default",
"^production",
"{workspaceRoot}/karma.conf.js"
]
},
"lint": {
"cache": true,
"inputs": [
"default"
]
}
},
"defaultBase": "master",
"namedInputs": {
"sharedGlobals": [],
"default": [
"{projectRoot}/**/*",
"sharedGlobals"
],
"production": [
"default",
"!{projectRoot}/tsconfig.spec.json",
"!{projectRoot}/**/*.spec.[jt]s",
"!{projectRoot}/karma.conf.js"
]
}
}
Loading

0 comments on commit aefad0a

Please sign in to comment.