* blog subroute support * docs: update readme and blog Co-authored-by: mrhut10 <ahut10@gmail.com>
		
			
				
	
	
		
			5 lines
		
	
	
		
			71 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			71 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/sh
 | |
| . "$(dirname "$0")/_/husky.sh"
 | |
| 
 | |
| npx --no-install lint-staged
 |