Borislaw Sotnikow
Borislaw Sotnikow
go has these handy `//go:build ` comments, allowing stuff like this: `config_dev.go` ```go //go:build dev package config const Port = 8080 ``` `config.go` ```go //go:build !dev package config const Port...
### :wrench: Summary seems like the tool doesn't work without node. i have only [bun](https://bun.sh) for js on my system. after `lefthook install`, every hooked git actions results in `/usr/bin/env:...
### Enhancement Type Improve an existing feature ### Describe the enhancement similar to DATAPACKS_FILE, a similar variable for auto downloaded mods may be nice. DATAPACKS_FILE has the neat function that...