mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-31 18:23:18 -04:00 
			
		
		
		
	
		
			
	
	
		
			15 lines
		
	
	
		
			226 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
		
		
			
		
	
	
			15 lines
		
	
	
		
			226 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
|  | import path from "path"; | ||
|  | 
 | ||
|  | export default { | ||
|  |   test: { | ||
|  |     globals: true, | ||
|  |     environment: "jsdom", | ||
|  |   }, | ||
|  |   resolve: { | ||
|  |     alias: { | ||
|  |       "@": path.resolve(__dirname, "."), | ||
|  |       "~": path.resolve(__dirname, "."), | ||
|  |     }, | ||
|  |   }, | ||
|  | }; |