mirror of
				https://github.com/blakeblackshear/frigate.git
				synced 2025-10-27 10:52:11 +01:00 
			
		
		
		
	* go all in on ruff * upgrade docusaurus * add netlify toml * broken link * fix netlify toml * start filling out guide * add debian setup detail * simplify bash command
		
			
				
	
	
		
			8 lines
		
	
	
		
			115 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			115 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
| [build]
 | |
|   base = "docs/"
 | |
|   publish = "build"
 | |
|   command = "npm run build"
 | |
|   environment = { NODE_VERSION = "20" }
 | |
| 
 | |
| 
 |