Commit graph

2 commits

Author SHA1 Message Date
DustyWalker
9b61f44090 fix: update workspace configuration for pnpm and Cypress ES modules
- Add pnpm-workspace.yaml to replace deprecated workspaces field
- Fix Cypress config to use ES module imports
- Update package dependencies for compatibility
- Enable proper workspace dependency management

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-05 19:55:05 +02:00
DustyWalker
7f719bcaec feat: add package.json - root monorepo configuration with pnpm workspaces
Establishes TypeScript monorepo structure with:
- pnpm workspaces for api, worker, and frontend packages
- Comprehensive scripts for development, testing, and deployment
- Docker integration commands
- ESLint, Prettier, and Husky configuration
- Production-ready dependencies and tooling

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-05 16:46:45 +02:00