mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	fix(nx/desktop): ejs missing
This commit is contained in:
		| @@ -29,7 +29,8 @@ function buildFilesToCopy() { | ||||
|     "codemirror/addon", | ||||
|     "codemirror/mode", | ||||
|     "codemirror/keymap", | ||||
|     "@highlightjs/cdn-assets" | ||||
|     "@highlightjs/cdn-assets", | ||||
|     "ejs" | ||||
|   ]; | ||||
|  | ||||
|   for (const nodePath of nodePaths) { | ||||
| @@ -53,6 +54,9 @@ module.exports = { | ||||
|       main: './src/main.ts', | ||||
|       tsConfig: './tsconfig.app.json', | ||||
|       assets: ["./src/assets"], | ||||
|       externalDependencies: [ | ||||
|         "ejs" | ||||
|       ], | ||||
|       optimization: false, | ||||
|       outputHashing: 'none', | ||||
|       generatePackageJson: true, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user