mirror of
				https://github.com/iib0011/omni-tools.git
				synced 2025-11-04 11:34:02 +01:00 
			
		
		
		
	fix: path
This commit is contained in:
		@@ -1,5 +1,5 @@
 | 
			
		||||
import { InitialValuesType } from './types';
 | 
			
		||||
import { compressWithGhostScript } from '@lib/ghostscript/worker-init';
 | 
			
		||||
import { compressWithGhostScript } from '../../../../lib/ghostscript/worker-init';
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Compresses a PDF file using either Ghostscript WASM (preferred)
 | 
			
		||||
 
 | 
			
		||||
@@ -20,8 +20,7 @@
 | 
			
		||||
      "@tools/*": ["./tools/*"],
 | 
			
		||||
      "@assets/*": ["./assets/*"],
 | 
			
		||||
      "@components/*": ["./components/*"],
 | 
			
		||||
      "@utils/*": ["./utils/*"],
 | 
			
		||||
      "@lib/*": ["./lib/*"]
 | 
			
		||||
      "@utils/*": ["./utils/*"]
 | 
			
		||||
    }
 | 
			
		||||
  },
 | 
			
		||||
  "include": ["src", "./@types"],
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user