mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 10:22:50 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			347 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			347 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "$schema": "https://ui.shadcn.com/schema.json",
 | 
						|
  "style": "default",
 | 
						|
  "rsc": true,
 | 
						|
  "tsx": true,
 | 
						|
  "tailwind": {
 | 
						|
    "config": "tailwind.config.ts",
 | 
						|
    "css": "@/styles/globals.css",
 | 
						|
    "baseColor": "slate",
 | 
						|
    "cssVariables": true,
 | 
						|
    "prefix": ""
 | 
						|
  },
 | 
						|
  "aliases": {
 | 
						|
    "components": "@/components",
 | 
						|
    "utils": "@/lib/utils"
 | 
						|
  }
 | 
						|
}
 |