mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-04 04:16:17 +01:00 
			
		
		
		
	fix(server): copying of assets
This commit is contained in:
		@@ -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"
 | 
				
			||||||
          ],
 | 
					          ],
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user