chore(client/dx): get client to have no dependencies

This commit is contained in:
Elian Doran 2025-08-31 10:43:55 +03:00
parent 59a01b816c
commit a969a3c71c
No known key found for this signature in database
2 changed files with 2 additions and 3 deletions

View File

@ -76,9 +76,7 @@
"name": "client",
"targets": {
"serve": {
"dependsOn": [
"^build"
]
"dependsOn": []
},
"circular-deps": {
"command": "pnpx dpdm -T {projectRoot}/src/**/*.ts --tree=false --warning=false --skip-dynamic-imports=circular"

View File

@ -11,6 +11,7 @@
"ckeditor5-package-generator"
],
"type": "module",
"source": "src/index.ts",
"main": "dist/index.ts",
"module": "dist/index.js",
"types": "dist/index.d.ts",