mirror of
				https://github.com/steveiliop56/tinyauth.git
				synced 2025-10-31 06:05:43 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			25 lines
		
	
	
		
			480 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			480 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
| root = "/tinyauth"
 | |
| tmp_dir = "tmp"
 | |
| 
 | |
| [build]
 | |
| pre_cmd = ["mkdir -p internal/assets/dist", "echo 'backend running' > internal/assets/dist/index.html"]
 | |
| cmd = "go build -o ./tmp/tinyauth ."
 | |
| bin = "tmp/tinyauth"
 | |
| include_ext = ["go"]
 | |
| exclude_dir = ["internal/assets/dist"]
 | |
| exclude_regex = [".*_test\\.go"]
 | |
| stop_on_error = true
 | |
| 
 | |
| [color]
 | |
| main = "magenta"
 | |
| watcher = "cyan"
 | |
| build = "yellow"
 | |
| runner = "green"
 | |
| 
 | |
| [misc]
 | |
| clean_on_exit = true
 | |
| 
 | |
| [screen]
 | |
| clear_on_rebuild = false
 | |
| keep_scroll = true
 | 
