mirror of
https://github.com/zadam/trilium.git
synced 2025-12-05 23:14:24 +01:00
chore(client/dx): get client to have no dependencies
This commit is contained in:
parent
59a01b816c
commit
a969a3c71c
@ -76,9 +76,7 @@
|
|||||||
"name": "client",
|
"name": "client",
|
||||||
"targets": {
|
"targets": {
|
||||||
"serve": {
|
"serve": {
|
||||||
"dependsOn": [
|
"dependsOn": []
|
||||||
"^build"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"circular-deps": {
|
"circular-deps": {
|
||||||
"command": "pnpx dpdm -T {projectRoot}/src/**/*.ts --tree=false --warning=false --skip-dynamic-imports=circular"
|
"command": "pnpx dpdm -T {projectRoot}/src/**/*.ts --tree=false --warning=false --skip-dynamic-imports=circular"
|
||||||
|
|||||||
@ -11,6 +11,7 @@
|
|||||||
"ckeditor5-package-generator"
|
"ckeditor5-package-generator"
|
||||||
],
|
],
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
"source": "src/index.ts",
|
||||||
"main": "dist/index.ts",
|
"main": "dist/index.ts",
|
||||||
"module": "dist/index.js",
|
"module": "dist/index.js",
|
||||||
"types": "dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user