d9a883569608fdfcfd8d0787f38de71538f9d842
pnpm v11 (installed in CI via `npm install -g pnpm`) no longer reads the `pnpm.overrides` field from package.json, which caused ERR_PNPM_LOCKFILE_CONFIG_MISMATCH during the frozen install. Move the override to pnpm-workspace.yaml, the new home for the setting, so CI's pnpm reads it and matches the lockfile. https://claude.ai/code/session_01NPQ9AiNNnapeoTQFAR1ShY
Timetracker
A simple game catalogue and play session tracker.
Development
The project uses uv to manage Python versions and dependencies.
Simply run:
make init
This installs the correct Python version, syncs all dependencies, and installs npm packages.
Afterwards, you can start the development server using make dev.
Description
Releases
23
Languages
Python
62.4%
JavaScript
17.5%
CSS
14.9%
HTML
3.8%
TypeScript
0.6%
Other
0.7%