mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
fix(server): copying of assets
This commit is contained in:
parent
b59af770c2
commit
4d8b9a6035
@ -188,6 +188,13 @@
|
|||||||
"outputFileName": "main.js",
|
"outputFileName": "main.js",
|
||||||
"tsConfig": "apps/server/tsconfig.app.json",
|
"tsConfig": "apps/server/tsconfig.app.json",
|
||||||
"platform": "node",
|
"platform": "node",
|
||||||
|
"assets": [
|
||||||
|
{
|
||||||
|
"glob": "**/*",
|
||||||
|
"input": "apps/server/src/assets",
|
||||||
|
"output": "assets"
|
||||||
|
}
|
||||||
|
],
|
||||||
"format": [
|
"format": [
|
||||||
"esm"
|
"esm"
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user