Major refactor

- update the structure to have monolithic setup
- updated deployments
- added live-reloading for devops
This commit is contained in:
Théophile Gervreau-Mercier
2026-02-05 20:07:05 +01:00
parent f23fbb481b
commit d2b3c6ca67
75 changed files with 3359 additions and 3987 deletions

11
.gitignore vendored
View File

@@ -19,3 +19,14 @@ front-backend/data/cover/*
### Logs ###
formulaire/error.log
# Vendor directory (third-party code)
vendor/
# OS files
.DS_Store
Thumbs.db
# IDE
.vscode/
.idea/