6a3f66b1a99bde117b9de601da30082f72c83c8b
CI installed pnpm with 'npm install -g pnpm', which pulls the latest release and ignores the pnpm@10.33.0 pin in package.json's packageManager field. This let CI drift to a different pnpm major than the Docker image and local dev, the exact drift Corepack prevents. Switch both the GitHub and Gitea build workflows to 'corepack enable', matching the Dockerfile assets stage and the documented model where local, CI, and Docker all follow the packageManager field. https://claude.ai/code/session_01VWXYQxUPWdhoV4otwr6Cyk
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%