mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	fix(edit-docs): missing assets
This commit is contained in:
		| @@ -1,5 +1,4 @@ | |||||||
| TRILIUM_DATA_DIR=../data | TRILIUM_DATA_DIR=../data | ||||||
| TRILIUM_ENV=dev |  | ||||||
| TRILIUM_INTEGRATION_TEST=memory-no-store | TRILIUM_INTEGRATION_TEST=memory-no-store | ||||||
| TRILIUM_PORT=37741 | TRILIUM_PORT=37741 | ||||||
|  |  | ||||||
|   | |||||||
| @@ -31,6 +31,10 @@ module.exports = { | |||||||
|           from: "../desktop/dist/node_modules", |           from: "../desktop/dist/node_modules", | ||||||
|           to: join(outputDir, "node_modules") |           to: join(outputDir, "node_modules") | ||||||
|         }, |         }, | ||||||
|  |         { | ||||||
|  |           from: "../desktop/dist/assets", | ||||||
|  |           to: join(outputDir, "assets") | ||||||
|  |         }, | ||||||
|       ] |       ] | ||||||
|     }) |     }) | ||||||
|   ], |   ], | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user