Commit Graph
8 Commits
Author SHA1 Message Date
theis.gaedigk 73dd672fdb fix: cannot build prod 2026-07-08 18:25:36 +02:00
theis.gaedigk 92b5fd92bc fix: cannot build prod 2026-07-08 15:31:32 +02:00
theis.gaedigkandCopilot d486655f54 Fix ES module/CommonJS mismatch in shared package
- Rename CommonJS build output from .js to .cjs extensions
- Add .js extensions to ESM imports (required by Node.js)
- Add .cjs extensions to CommonJS requires
- Add post-build scripts for both ESM and CommonJS builds
- Update package.json exports to reference .cjs files for require()

Fixes: ReferenceError: exports is not defined in ES module scope

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-07-08 15:23:06 +02:00
theis.gaedigk 6be34c93aa refactor: edit tailwindcss classes and change code formatting, therefore added .prettierrc file
fix: frontend bug where the passwords won't be checked when the password is changed
2026-07-08 14:56:43 +02:00
theis.gaedigk 3a5c16031a fix: docker container are starting 2026-07-08 13:37:21 +02:00
theis.gaedigk 87bed4e1c7 fix: backend won't start 2026-07-08 11:31:38 +02:00
theis.gaedigk 84fa2e0ab0 refactor: change backend to typescript and update types and variables accordingly 2026-07-08 10:54:07 +02:00
theis.gaedigk 36ec8da1a0 Fix: cast DB row to AuthTokenPayload in findUser\n\nCast database RowDataPacket to AuthTokenPayload so generateToken receives the correct type.\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> 2026-07-08 10:27:21 +02:00