feat: Ajout de la commande npm permettant de creer un etablissement

This commit is contained in:
Luc SORIGNET
2026-04-04 11:57:59 +02:00
parent 2579af9b8b
commit 09b1541dc8
8 changed files with 450 additions and 8 deletions

3
.husky/pre-commit Normal file → Executable file
View File

@ -1 +1,2 @@
cd $(dirname "$0")/../Front-End/ && npm run lint-light
#!/bin/sh
cd $(dirname "$0")/../Front-End/ && npm run lint-light