feat: create challenge 48 without solution

This commit is contained in:
Timothy Alcaide
2024-04-10 02:06:31 +02:00
committed by thomas
parent 94171adfd1
commit c5dd953193
31 changed files with 462 additions and 30003 deletions

11
nx.json
View File

@@ -30,6 +30,11 @@
"{workspaceRoot}/tools/eslint-rules/**/*"
],
"cache": true
},
"@angular-devkit/build-angular:application": {
"cache": true,
"dependsOn": ["^build"],
"inputs": ["production", "^production"]
}
},
"namedInputs": {
@@ -52,10 +57,10 @@
},
"generators": {
"@nx/angular:application": {
"style": "scss",
"linter": "eslint",
"unitTestRunner": "none",
"e2eTestRunner": "none",
"linter": "eslint",
"style": "scss",
"unitTestRunner": "none",
"inlineStyle": "true",
"inlineTemplate": "true",
"prefix": "app",