adjustment
This commit is contained in:
		
							
								
								
									
										11
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										11
									
								
								Makefile
									
									
									
									
									
								
							@@ -6,8 +6,13 @@ build: clean
 | 
			
		||||
run: 
 | 
			
		||||
	bee run -gendoc=true -downdoc=true
 | 
			
		||||
 | 
			
		||||
dev:
 | 
			
		||||
	bee generate routers && HTTPPORT=8090 bee run -gendoc=true -downdoc=true
 | 
			
		||||
purge:
 | 
			
		||||
	lsof -t -i:8090 | xargs kill | true
 | 
			
		||||
 | 
			
		||||
run-dev:
 | 
			
		||||
	bee generate routers && bee run -gendoc=true -downdoc=true -runmode=prod
 | 
			
		||||
 | 
			
		||||
dev: purge run-dev
 | 
			
		||||
 | 
			
		||||
debug:
 | 
			
		||||
	bee run -downdebug -gendebug
 | 
			
		||||
@@ -27,4 +32,4 @@ publish-registry:
 | 
			
		||||
 | 
			
		||||
all: docker publish-kind publish-registry
 | 
			
		||||
 | 
			
		||||
.PHONY: build run clean docker publish-kind publish-registry
 | 
			
		||||
.PHONY: build run clean docker publish-kind publish-registry
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user