mirror of
				https://github.com/AppFlowy-IO/AppFlowy.git
				synced 2025-10-30 17:38:40 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			128 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			128 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| #!/bin/bash
 | |
| 
 | |
| # Start the frontend server
 | |
| bun run server.cjs &
 | |
| 
 | |
| # Start the nginx server
 | |
| service nginx start
 | |
| 
 | |
| tail -f /dev/null
 | |
| 
 | 
