mirror of
				https://github.com/teamhanko/hanko.git
				synced 2025-11-04 00:48:58 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			207 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			207 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
import sveltePreprocess from 'svelte-preprocess'
 | 
						|
 | 
						|
export default {
 | 
						|
  // Consult https://github.com/sveltejs/svelte-preprocess
 | 
						|
  // for more information about preprocessors
 | 
						|
  preprocess: sveltePreprocess()
 | 
						|
}
 |