1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-25 09:03:28 +00:00

feat(cli): integrate Nx with CLI application

- Add project.json with build, serve, test, and lint targets
- Support both OSS and Bit configurations via Nx configurations
- Maintain backward compatibility with existing npm build scripts
- Update webpack configs to work with both Nx and direct webpack CLI calls
- Enable nx build cli --configuration=[oss|oss-dev|bit|bit-dev] commands
- Enable nx serve cli for development workflow with watch mode
- Preserve all existing npm run build:* commands for compatibility
This commit is contained in:
addisonbeck
2025-08-25 14:35:08 -04:00
parent 9b0bc38459
commit 2266a17a13
8 changed files with 7057 additions and 2715 deletions

View File

@@ -170,6 +170,7 @@
"@nx/eslint": "21.3.11",
"@nx/jest": "21.3.11",
"@nx/js": "21.3.11",
"@nx/webpack": "21.3.11",
"big-integer": "1.6.52",
"braintree-web-drop-in": "1.44.0",
"buffer": "6.0.3",