gen.sh 397 B

1234567891011
  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