mirror of
				https://github.com/strapi/strapi.git
				synced 2025-11-03 19:36:20 +00:00 
			
		
		
		
	Add harmony flag to start applications using npm
This commit is contained in:
		
							parent
							
								
									7deed37245
								
							
						
					
					
						commit
						9939765967
					
				@ -36,7 +36,7 @@ module.exports = scope => {
 | 
				
			|||||||
    },
 | 
					    },
 | 
				
			||||||
    'main': './server.js',
 | 
					    'main': './server.js',
 | 
				
			||||||
    'scripts': {
 | 
					    'scripts': {
 | 
				
			||||||
      'start': 'node server.js',
 | 
					      'start': 'node --harmony-async-await server.js',
 | 
				
			||||||
      'strapi': 'node_modules/strapi/bin/strapi.js' // Allow to use `npm run strapi` CLI
 | 
					      'strapi': 'node_modules/strapi/bin/strapi.js' // Allow to use `npm run strapi` CLI
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    'author': {
 | 
					    'author': {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user