mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
fix(server): exporting .zip not working in dev mode
This commit is contained in:
parent
41b3441e42
commit
7d29a6279e
@ -198,6 +198,11 @@
|
|||||||
"format": [
|
"format": [
|
||||||
"cjs"
|
"cjs"
|
||||||
],
|
],
|
||||||
|
"esbuildOptions": {
|
||||||
|
"loader": {
|
||||||
|
".css": "text"
|
||||||
|
}
|
||||||
|
},
|
||||||
"declarationRootDir": "apps/server/src"
|
"declarationRootDir": "apps/server/src"
|
||||||
},
|
},
|
||||||
"configurations": {
|
"configurations": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user