chore: note about express version bump

This commit is contained in:
mattia
2025-07-07 21:35:38 +02:00
parent 3a73f3ce14
commit 93f1893eb3

View File

@@ -13,4 +13,11 @@ To deploy:
- symlink /opt/game-logger to /opt/game-logger-_version_
- adjust SQL tables if necessary
- sudo systemctl start game-logger.service
- sudo systemctl status game-logger.service
- sudo systemctl status game-logger.service
VERSION BUMPS
Cannot update to express 5 until ts-rest/express also supports v5
see:
- https://github.com/ts-rest/ts-rest/issues/715
- https://github.com/ts-rest/ts-rest/pull/728