mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-03 21:19:01 +01:00 
			
		
		
		
	fix(client/print): wrong entrypoint in prod
This commit is contained in:
		
							parent
							
								
									1ae32c4547
								
							
						
					
					
						commit
						e069d87fe8
					
				@ -77,7 +77,7 @@ export default defineConfig(() => ({
 | 
			
		||||
                share: join(__dirname, "src", "share.ts"),
 | 
			
		||||
                set_password: join(__dirname, "src", "set_password.ts"),
 | 
			
		||||
                runtime: join(__dirname, "src", "runtime.ts"),
 | 
			
		||||
                print: join(__dirname, "src", "print.ts")
 | 
			
		||||
                print: join(__dirname, "src", "print.tsx")
 | 
			
		||||
            },
 | 
			
		||||
            output: {
 | 
			
		||||
                entryFileNames: "src/[name].js",
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user