fix(auth): fix MsgPack serialization by adding missing feature in backend and reverting to individual arguments
All checks were successful
Build MIPS Binary / build (push) Successful in 5m15s

This commit is contained in:
spinline
2026-02-11 22:03:46 +03:00
parent a877e0c393
commit 09a4c69282
2 changed files with 7 additions and 1 deletions

6
.gitignore vendored
View File

@@ -8,3 +8,9 @@ backend.log
.runner
.env
backend/.env
*.db
*.db-shm
*.db-wal
*.sqlite
*.sqlite-shm
*.sqlite-wal