project refactoring en clean archi

This commit is contained in:
styve Lioumba
2025-10-23 14:10:53 +02:00
parent ef02c6a537
commit 02637235e3
52 changed files with 3873 additions and 875 deletions

View File

@@ -17,6 +17,9 @@
"build": {
"builder": "@angular-devkit/build-angular:application",
"options": {
"allowedCommonJsDependencies": [
"pocketbase"
],
"outputPath": "dist/",
"index": "src/index.html",
"browser": "src/main.ts",
@@ -88,6 +91,15 @@
"options": {
"buildTarget": "TrouveTonProfile:build"
}
},
"lint": {
"builder": "@angular-eslint/builder:lint",
"options": {
"lintFilePatterns": [
"src/**/*.ts",
"src/**/*.html"
]
}
}
}
}
@@ -95,6 +107,7 @@
"cli": {
"analytics": "dda3ec82-e13e-4042-ae63-71d138479518",
"schematicCollections": [
"angular-eslint",
"angular-eslint"
]
}