mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-04-23 21:29:02 -05:00
chore(nx): add name to each project
This commit is contained in:
@@ -124,8 +124,9 @@
|
||||
"copy-webpack-plugin": "13.0.0"
|
||||
},
|
||||
"nx": {
|
||||
"name": "server",
|
||||
"implicitDependencies": [
|
||||
"@triliumnext/client"
|
||||
"client"
|
||||
],
|
||||
"targets": {
|
||||
"serve": {
|
||||
@@ -135,15 +136,15 @@
|
||||
"build"
|
||||
],
|
||||
"options": {
|
||||
"buildTarget": "@triliumnext/server:build",
|
||||
"buildTarget": "server:build",
|
||||
"runBuildTargetDependencies": false
|
||||
},
|
||||
"configurations": {
|
||||
"development": {
|
||||
"buildTarget": "@triliumnext/server:build:development"
|
||||
"buildTarget": "server:build:development"
|
||||
},
|
||||
"production": {
|
||||
"buildTarget": "@triliumnext/server:build:production"
|
||||
"buildTarget": "server:build:production"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user