nginx-ui/cmd/errdef/generate.go
2025-04-17 22:32:43 +08:00

8 lines
213 B
Go

//go:generate go run . -project . -type ts -output ../../app/src/constants/errors -ignore-dirs .devcontainer,app,.github
package main
import "github.com/uozi-tech/cosy/errdef"
func main() {
errdef.Generate()
}