nginx-ui/cmd/errdef/generate.go
Jacky 818bf9bcf6
Merge pull request #974 from 0xJacky/feat/workspace
enhance: replace error handling with cosy wrapper for nginx reload and test
2025-04-18 16:49:29 +08:00

8 lines
222 B
Go

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