mirror of
				https://github.com/Theodor-Springmann-Stiftung/lenz-web.git
				synced 2025-10-31 02:05:32 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			63 lines
		
	
	
		
			950 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			63 lines
		
	
	
		
			950 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
| root = "."
 | |
| testdata_dir = "testdata"
 | |
| tmp_dir = "tmp"
 | |
| 
 | |
| [build]
 | |
| args_bin = []
 | |
| full_bin = "true"
 | |
| cmd = "npm run build"
 | |
| delay = 400
 | |
| exclude_dir = [
 | |
| 	"assets",
 | |
| 	"node_modules",
 | |
| 	"tmp",
 | |
| 	"vendor",
 | |
| 	"testdata",
 | |
| 	"data_git",
 | |
| 	"cache_gnd",
 | |
| 	"cache_geonames",
 | |
| 	"pb_data",
 | |
| 	"Almanach-Bilder",
 | |
| 	"Static-Bilder",
 | |
| ]
 | |
| exclude_file = []
 | |
| exclude_regex = ["_test.go"]
 | |
| exclude_unchanged = false
 | |
| follow_symlink = false
 | |
| include_dir = []
 | |
| include_ext = ["go", "tpl", "tmpl", "html", "gohtml", "js", "css", "xsl"]
 | |
| include_file = []
 | |
| kill_delay = "0s"
 | |
| log = "build-errors.log"
 | |
| poll = false
 | |
| poll_interval = 0
 | |
| post_cmd = []
 | |
| pre_cmd = [""]
 | |
| rerun = false
 | |
| rerun_delay = 250
 | |
| send_interrupt = true
 | |
| stop_on_error = true
 | |
| 
 | |
| [color]
 | |
| app = ""
 | |
| build = "yellow"
 | |
| main = "magenta"
 | |
| runner = "green"
 | |
| watcher = "cyan"
 | |
| 
 | |
| [log]
 | |
| main_only = false
 | |
| time = false
 | |
| 
 | |
| [misc]
 | |
| clean_on_exit = true
 | |
| 
 | |
| [proxy]
 | |
| app_port = 8090
 | |
| enabled = false
 | |
| proxy_port = 8081
 | |
| 
 | |
| [screen]
 | |
| clear_on_rebuild = true
 | |
| keep_scroll = true
 | 
