mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-10 18:05:48 +02:00
14 lines
476 B
Bash
Executable file
14 lines
476 B
Bash
Executable file
# generate gen code
|
|
go run cmd/gen/generate.go -config app.ini
|
|
|
|
# generate error definitions
|
|
go run cmd/errdef/generate.go -project . -type ts -output ./app/src/constants/errors -ignore-dirs .devcontainer,app,.github
|
|
|
|
# parse nginx directive indexs
|
|
go run cmd/ngx_dir_index/ngx_dir_index.go ./internal/nginx/nginx_directives.json
|
|
|
|
# generate notification texts
|
|
go run cmd/notification/generate.go
|
|
|
|
# generate external notifier configs
|
|
go run cmd/external_notifier/generate.go
|