mirror of
				https://github.com/i701/sarlink-portal.git
				synced 2025-11-04 12:36:59 +00:00 
			
		
		
		
	
		
			All checks were successful
		
		
	
	Build and Push Docker Images / Build and Push Docker Images (push) Successful in 11m8s
				
			
		
			
				
	
	
		
			22 lines
		
	
	
		
			416 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			416 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
	"$schema": "https://ui.shadcn.com/schema.json",
 | 
						|
	"style": "new-york",
 | 
						|
	"rsc": true,
 | 
						|
	"tsx": true,
 | 
						|
	"tailwind": {
 | 
						|
		"config": "tailwind.config.ts",
 | 
						|
		"css": "app/globals.css",
 | 
						|
		"baseColor": "neutral",
 | 
						|
		"cssVariables": true,
 | 
						|
		"prefix": ""
 | 
						|
	},
 | 
						|
	"aliases": {
 | 
						|
		"components": "@/components",
 | 
						|
		"utils": "@/lib/utils",
 | 
						|
		"ui": "@/components/ui",
 | 
						|
		"lib": "@/lib",
 | 
						|
		"hooks": "@/hooks"
 | 
						|
	},
 | 
						|
	"iconLibrary": "lucide"
 | 
						|
}
 |