feat: convert to crystal

This commit is contained in:
thomas
2024-05-26 21:42:17 +02:00
parent f0abc3ec46
commit a07954fa73
73 changed files with 96 additions and 346 deletions

20
nx.json
View File

@@ -83,5 +83,23 @@
}
},
"defaultProject": "angular-projection",
"useInferencePlugins": false
"useInferencePlugins": false,
"plugins": [
{
"plugin": "@nx/eslint/plugin",
"options": {
"targetName": "lint",
"extensions": ["ts", "tsx", "js", "jsx", "html", "vue"]
}
},
{
"plugin": "@nx/cypress/plugin",
"options": {
"targetName": "component-test",
"ciTargetName": "e2e-ci",
"openTargetName": "open-cypress",
"componentTestingTargetName": "component-test"
}
}
]
}