mirror of
				https://github.com/avatao-content/frontend-tutorial-framework
				synced 2025-11-04 02:42:56 +00:00 
			
		
		
		
	Add proxy configuration to ease development
This commit is contained in:
		
							
								
								
									
										18
									
								
								proxy.conf.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								proxy.conf.json
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,18 @@
 | 
				
			|||||||
 | 
					{
 | 
				
			||||||
 | 
					  "/ws": {
 | 
				
			||||||
 | 
					    "target": "http://localhost:8888",
 | 
				
			||||||
 | 
					    "secure": false,
 | 
				
			||||||
 | 
					    "ws": true
 | 
				
			||||||
 | 
					  },
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  "/terminal": {
 | 
				
			||||||
 | 
					    "target": "http://localhost:8888",
 | 
				
			||||||
 | 
					    "secure": false,
 | 
				
			||||||
 | 
					    "ws": true
 | 
				
			||||||
 | 
					  },
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  "/login": {
 | 
				
			||||||
 | 
					    "target": "http://localhost:8888",
 | 
				
			||||||
 | 
					    "secure": false
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
		Reference in New Issue
	
	Block a user