mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-11-03 02:33:31 -05: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"],
							 | 
						||
| 
								 | 
							
								    },
							 | 
						||
| 
								 | 
							
								  ],
							 | 
						||
| 
								 | 
							
								};
							 |