mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-04 05:28:59 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			144 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			144 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
async function startElectron() {
 | 
						|
    await import("./electron-main.js");
 | 
						|
}
 | 
						|
 | 
						|
async function main() {
 | 
						|
    await startElectron();
 | 
						|
}
 | 
						|
 | 
						|
await main();
 |