mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
chore(server): enable source map for serve
This commit is contained in:
parent
995de2b740
commit
b3270ae7c8
@ -245,18 +245,19 @@
|
|||||||
},
|
},
|
||||||
"declarationRootDir": "apps/server/src",
|
"declarationRootDir": "apps/server/src",
|
||||||
"minify": false,
|
"minify": false,
|
||||||
"assets": [
|
"sourcemap": true,
|
||||||
{
|
"assets": [
|
||||||
"glob": "**/*",
|
{
|
||||||
"input": "apps/server/src/assets",
|
"glob": "**/*",
|
||||||
"output": "assets"
|
"input": "apps/server/src/assets",
|
||||||
},
|
"output": "assets"
|
||||||
{
|
},
|
||||||
"glob": "**/*",
|
{
|
||||||
"input": "packages/share-theme/src/templates",
|
"glob": "**/*",
|
||||||
"output": "share-theme/templates"
|
"input": "packages/share-theme/src/templates",
|
||||||
}
|
"output": "share-theme/templates"
|
||||||
]
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"build": {
|
"build": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user