Skip to content

Commit

Permalink
modify Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
UlricQin committed Feb 14, 2022
1 parent fff5110 commit 6a3a630
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ build:

# start:
# @go run -ldflags "-X main.VERSION=$(RELEASE_TAG)" ./cmd/${APP}/main.go web -c ./configs/config.toml -m ./configs/model.conf --menu ./configs/menu.yaml
run_webapi:
nohup ./n9e webapi > webapi.log 2>&1 &

run_server:
nohup ./n9e server > server.log 2>&1 &

# swagger:
# @swag init --parseDependency --generalInfo ./cmd/${APP}/main.go --output ./internal/app/swagger
Expand Down

0 comments on commit 6a3a630

Please sign in to comment.