mirror of
https://github.com/zadam/trilium.git
synced 2025-12-10 12:46:20 +08:00
chore(client): build dependencies before serving
This commit is contained in:
parent
61958a35c2
commit
83c136174e
1 changed files with 6 additions and 1 deletions
|
|
@ -72,6 +72,11 @@
|
|||
"vite-plugin-static-copy": "3.0.0"
|
||||
},
|
||||
"nx": {
|
||||
"name": "client"
|
||||
"name": "client",
|
||||
"targets": {
|
||||
"serve": {
|
||||
"dependsOn": ["^build"]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue