Mise en place du frontend Angular (init, environments, proxy vers le backend)

This commit is contained in:
valentin
2026-09-14 14:28:44 +02:00
parent 6161a432c3
commit 49f46978b0
23 changed files with 8804 additions and 8 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"printWidth": 100,
"singleQuote": true,
"overrides": [
{
"files": "*.html",
"options": {
"parser": "angular"
}
}
]
}