Commit Graph

9 Commits

Author SHA1 Message Date
John Yeo
6a618b67a4 chore: solving type errors in test files 2025-11-11 18:04:55 +00:00
John Yeo
d76d9d2a5e fix: track entity product 2025-11-04 23:28:42 +00:00
John Yeo
855aeabe4c wip 2025-11-03 17:36:48 +00:00
John Yeo
ef2fac6fe3 fix: edge case for update custom ent, free cont use -> paid cont use, allowance increase 2025-10-27 06:42:50 -07:00
John Yeo
d8f6d07067 fix: update quantity flow, invoice true, account link 2025-10-14 17:53:22 +01:00
John Yeo
52ea92a5a5 chore: fix staging file 2025-10-10 10:32:00 +01:00
John Yeo
908dd62eb1 feat: new versioning system 2025-10-08 09:16:42 +01:00
John Yeo
9f734f54f3 wip 2025-10-06 20:54:08 +01:00
John Yeo
46cc565ab7 feat: add dynamic port detection for multiple dev instances
Added automatic port detection to support running multiple instances of the repo simultaneously on local machines. The system detects available ports and automatically configures environment variables.

Changes:
- Created scripts/detect-ports.js for automatic port detection
- Created scripts/start-dev.js to orchestrate port detection and service startup
- Updated dev command to use new port detection system
- Modified server to use dynamic SERVER_PORT environment variable
- Modified vite config to use dynamic VITE_PORT environment variable
- Added dynamic CORS/trusted origins for ports 3000-3010 in development
- Organized setup scripts into scripts/ folder

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-06 09:23:20 +01:00