|  | @@ -41,6 +41,7 @@
 | 
	
		
			
				|  |  |    },
 | 
	
		
			
				|  |  |    "scripts": {
 | 
	
		
			
				|  |  |      "start": "egg-scripts start --daemon --port 7002",
 | 
	
		
			
				|  |  | +    "start-local": "set EGG_SERVER_ENV=local&&egg-scripts start --deamon --port 7002",
 | 
	
		
			
				|  |  |      "stop": "egg-scripts stop",
 | 
	
		
			
				|  |  |      "dev": "egg-bin dev --port 7002",
 | 
	
		
			
				|  |  |      "dev-local": "set EGG_SERVER_ENV=qa&&egg-bin dev --port 7002",
 |