Ajout d'un affichage des informations dans la modale

This commit is contained in:
Quentin Millardet
2024-01-27 19:54:09 +01:00
parent 33fbd479db
commit 854cb672df
35 changed files with 14187 additions and 1056 deletions

12
client/.fleet/run.json Normal file
View File

@@ -0,0 +1,12 @@
{
"configurations": [
{
"type": "npm",
"name": "npm configuration",
"command": "run",
"scripts": "start",
},
]
}