mirror of
				https://github.com/usememos/memos.git
				synced 2025-10-28 07:19:08 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			103 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			103 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
| #!/bin/bash
 | |
| 
 | |
| # Usage: ./scripts/start.sh
 | |
| 
 | |
| set -e
 | |
| 
 | |
| cd "$(dirname "$0")/../"
 | |
| 
 | |
| air -c ./scripts/.air.toml
 |