mirror of
				https://github.com/KevinMidboe/zoff.git
				synced 2025-10-29 18:00:23 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			451 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			451 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "apps" : [
 | 
						|
        {
 | 
						|
            "name"        : "zoff",
 | 
						|
            "script"      : "./server/app.js",
 | 
						|
            "watch"       : true,
 | 
						|
            "ignore_watch": ["./node_modules", "./server/public/assets/images/thumbnails"],
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "name"        : "gulp",
 | 
						|
            "script"      : "./gulpfile.js",
 | 
						|
            "watch"       : true,
 | 
						|
            "ignore_watch": ["./node_modules", "./server/"],
 | 
						|
        }
 | 
						|
    ]
 | 
						|
}
 |