mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-31 10:13:32 -04:00 
			
		
		
		
	
		
			
	
	
		
			17 lines
		
	
	
		
			395 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
		
		
			
		
	
	
			17 lines
		
	
	
		
			395 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
|  | // vetur.config.js
 | ||
|  | /** @type {import('vls').VeturConfig} */ | ||
|  | module.exports = { | ||
|  |   settings: { | ||
|  |     "vetur.useWorkspaceDependencies": true, | ||
|  |     "vetur.experimental.templateInterpolationService": true, | ||
|  |     "vetur.validation.interpolation": false, | ||
|  |   }, | ||
|  |   projects: [ | ||
|  |     { | ||
|  |       root: "./frontend", | ||
|  |       package: "package.json", | ||
|  |       globalComponents: ["./src/components/**/*.vue"], | ||
|  |     }, | ||
|  |   ], | ||
|  | }; |