mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 18:05:55 +01:00
chore(dx): remove unnecessary nx configs
This commit is contained in:
@@ -12,37 +12,6 @@
|
||||
"stream",
|
||||
"typescript"
|
||||
],
|
||||
"nx": {
|
||||
"name": "express-partial-content",
|
||||
"targets": {
|
||||
"build": {
|
||||
"executor": "@nx/esbuild:esbuild",
|
||||
"outputs": [
|
||||
"{options.outputPath}"
|
||||
],
|
||||
"defaultConfiguration": "production",
|
||||
"options": {
|
||||
"main": "packages/express-partial-content/src/index.ts",
|
||||
"outputPath": "packages/express-partial-content/dist",
|
||||
"outputFileName": "main.js",
|
||||
"tsConfig": "packages/express-partial-content/tsconfig.lib.json",
|
||||
"platform": "node",
|
||||
"format": [
|
||||
"esm"
|
||||
],
|
||||
"declarationRootDir": "packages/express-partial-content/src"
|
||||
},
|
||||
"configurations": {
|
||||
"development": {
|
||||
"minify": false
|
||||
},
|
||||
"production": {
|
||||
"minify": true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"tslib": "^2.3.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user