fix(pwa): added PWAInstallTutorial to handle pwa install instructions
Some checks failed
Deploy to Development / build-and-deploy (push) Failing after 36s
Deploy to Production / build-and-deploy (push) Successful in 1m48s

This commit is contained in:
EvanChal
2026-01-26 22:08:57 +01:00
parent 02a54f5625
commit d63f2f9f51
12 changed files with 24 additions and 3 deletions

View File

@@ -135,3 +135,4 @@ backend/
- [Documentation Alembic](https://alembic.sqlalchemy.org/)
- [SQLAlchemy Documentation](https://docs.sqlalchemy.org/)

View File

@@ -113,3 +113,4 @@ formatter = generic
format = %(levelname)-5.5s [%(name)s] %(message)s
datefmt = %H:%M:%S

View File

@@ -41,3 +41,4 @@ alembic revision -m "Description de la migration"
- Testez toujours les migrations en développement avant de les appliquer en production
- En cas de problème, vous pouvez toujours revenir en arrière avec `alembic downgrade`

View File

@@ -25,3 +25,4 @@ def upgrade() -> None:
def downgrade() -> None:
${downgrades if downgrades else "pass"}

View File

@@ -40,3 +40,4 @@ case "$1" in
;;
esac