mirror of
				https://github.com/strapi/strapi.git
				synced 2025-11-04 03:43:34 +00:00 
			
		
		
		
	style: added a description for watch mode (#11589)
This commit is contained in:
		
							parent
							
								
									775bb9a576
								
							
						
					
					
						commit
						f23945be3e
					
				@ -156,7 +156,9 @@ module.exports = async function createProject(scope, { client, connection, depen
 | 
			
		||||
  console.log('Available commands in your project:');
 | 
			
		||||
  console.log();
 | 
			
		||||
  console.log(`  ${cmd} develop`);
 | 
			
		||||
  console.log('  Start Strapi in watch mode.');
 | 
			
		||||
  console.log(
 | 
			
		||||
    '  Start Strapi in watch mode. (Changes in Strapi project files will trigger a server restart)'
 | 
			
		||||
  );
 | 
			
		||||
  console.log();
 | 
			
		||||
  console.log(`  ${cmd} start`);
 | 
			
		||||
  console.log('  Start Strapi without watch mode.');
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user