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",
|
||||
"targets": {
|
||||
"serve": {
|
||||
"dependsOn": [
|
||||
"^build"
|
||||
]
|
||||
"dependsOn": []
|
||||
},
|
||||
"circular-deps": {
|
||||
"command": "pnpx dpdm -T {projectRoot}/src/**/*.ts --tree=false --warning=false --skip-dynamic-imports=circular"
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user