mirror of
				https://github.com/linux-do/new-api.git
				synced 2025-11-04 13:23:42 +08:00 
			
		
		
		
	address comment
This commit is contained in:
		
							
								
								
									
										3
									
								
								makefile
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								makefile
									
									
									
									
									
								
							@@ -3,7 +3,7 @@ BACKEND_DIR = .
 | 
			
		||||
 | 
			
		||||
.PHONY: all build-frontend start-backend
 | 
			
		||||
 | 
			
		||||
all: start-frontend start-backend
 | 
			
		||||
all: build-frontend start-backend
 | 
			
		||||
 | 
			
		||||
build-frontend:
 | 
			
		||||
	@echo "Building frontend..."
 | 
			
		||||
@@ -12,4 +12,3 @@ build-frontend:
 | 
			
		||||
start-backend:
 | 
			
		||||
	@echo "Starting backend dev server..."
 | 
			
		||||
	@cd $(BACKEND_DIR) && go run main.go &
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user