profiles => format clean archi

This commit is contained in:
styve Lioumba
2025-10-20 20:34:45 +02:00
parent 4191ac1ed0
commit ef02c6a537
171 changed files with 25748 additions and 23863 deletions

View File

@@ -8,6 +8,11 @@
"@app/core/*":["src/app/core/*"],
"@app/routes/*":["src/app/routes/*"],
"@app/shared/*":["src/app/shared/*"],
"@app/domain/*":["src/app/domain/*"],
"@app/infrastructure/*":["src/app/infrastructure/*"],
"@app/usecase/*":["src/app/usecase/*"],
"@app/ui/*":["src/app/ui/*"],
"@app/testing/*":["src/app/testing/*"],
"@assets/*":["src/assets/*"],
"@env/*":["src/environments/*"],
},