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