1
0

gen.sh 476 B

1234567891011121314
  1. # generate gen code
  2. go run cmd/gen/generate.go -config app.ini
  3. # generate error definitions
  4. go run cmd/errdef/generate.go -project . -type ts -output ./app/src/constants/errors -ignore-dirs .devcontainer,app,.github
  5. # parse nginx directive indexs
  6. go run cmd/ngx_dir_index/ngx_dir_index.go ./internal/nginx/nginx_directives.json
  7. # generate notification texts
  8. go run cmd/notification/generate.go
  9. # generate external notifier configs
  10. go run cmd/external_notifier/generate.go