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>
This commit is contained in:
parent
791d8fd0e3
commit
9b61f44090
5 changed files with 2552 additions and 9 deletions
5
pnpm-workspace.yaml
Normal file
5
pnpm-workspace.yaml
Normal file
|
@ -0,0 +1,5 @@
|
|||
packages:
|
||||
- 'packages/api'
|
||||
- 'packages/worker'
|
||||
- 'packages/frontend'
|
||||
- 'packages/monitoring'
|
Loading…
Add table
Add a link
Reference in a new issue