mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	fix(electron): not starting in dev mode
This commit is contained in:
		| @@ -29,7 +29,7 @@ const copy = async () => { | ||||
|     fs.copySync(path.join("build", srcFile), destFile, { recursive: true }); | ||||
|   } | ||||
|  | ||||
|   const filesToCopy = ["config-sample.ini"]; | ||||
|   const filesToCopy = ["config-sample.ini", "tsconfig.webpack.json"]; | ||||
|   for (const file of filesToCopy) { | ||||
|     log(`Copying ${file}`); | ||||
|     await fs.copy(file, path.join(DEST_DIR, file)); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user