mirror of
				https://github.com/strapi/strapi.git
				synced 2025-11-04 11:54:10 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			179 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			179 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
module.exports = {
 | 
						|
  apps: [
 | 
						|
    {
 | 
						|
      name: 'strapi-getstarted',
 | 
						|
      script: 'npm',
 | 
						|
      args: 'start',
 | 
						|
      env: {
 | 
						|
        NODE_ENV: 'production',
 | 
						|
      },
 | 
						|
    },
 | 
						|
  ],
 | 
						|
};
 |