mirror of
https://github.com/zadam/trilium.git
synced 2025-10-27 08:16:40 +01:00
fix(server): exporting .zip not working in dev mode
This commit is contained in:
@@ -198,6 +198,11 @@
|
|||||||
"format": [
|
"format": [
|
||||||
"cjs"
|
"cjs"
|
||||||
],
|
],
|
||||||
|
"esbuildOptions": {
|
||||||
|
"loader": {
|
||||||
|
".css": "text"
|
||||||
|
}
|
||||||
|
},
|
||||||
"declarationRootDir": "apps/server/src"
|
"declarationRootDir": "apps/server/src"
|
||||||
},
|
},
|
||||||
"configurations": {
|
"configurations": {
|
||||||
|
|||||||
Reference in New Issue
Block a user