mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-05-07 14:32:42 +08:00
9 lines
291 B
Go
9 lines
291 B
Go
//go:generate go run . -project ../../ -type ts -output ../../app/src/constants/errors -ignore-dirs .devcontainer,app,.github,cmd,.go,.claude,.cunzhi-memory,.cursor,.github,.idea,.vscode,.pnpm-store
|
|
package main
|
|
|
|
import "github.com/uozi-tech/cosy/errdef"
|
|
|
|
func main() {
|
|
errdef.Generate()
|
|
}
|