Browse Source
			
			
			Update `yarn start:server` to watch for changes
			
			
				pull/338/head
			
			
		 
		
			
				
					
						
						Ivo Valchev
					
					4 years ago
					
						
							committed by
							
								
								GitHub
							
						 
					
				 
				
			 
		 
		
			
				
					
					No known key found for this signature in database
					
						
							GPG Key ID: 4AEE18F83AFDEB23
						
					
				
			
		
		
		
	
		
			
				 1 changed files with 
1 additions and 
1 deletions
			 
			
		 
		
			
				- 
					
					
					 
					package.json
				
 
			
		
		
			
			
			
			
			
			
				
				
					
						
							
								
									
	
		
			
				
					| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -36,7 +36,7 @@ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    "start": "node dist/apps/api/main", | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    "start:client": "ng serve client --hmr -o", | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    "start:prod": "node apps/api/main", | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    "start:server": "nx serve api", | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    "start:server": "nx serve api --watch", | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    "test": "nx test", | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    "ts-node": "ts-node --compiler-options '{\"module\":\"CommonJS\"}'", | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    "update": "nx migrate latest", | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
				 | 
				
					
  |