Added support to build API binarys

This commit is contained in:
2022-10-24 23:34:19 +02:00
parent a8db2d5452
commit 91c2cb2c9e
2 changed files with 8 additions and 3 deletions

View File

@@ -37,10 +37,12 @@ db-stop:
# Setup API
api: api-start
api-init:
cd src/api; go build -o ../../bin/engine_x_mgmt
api-start:
./bin/engine_x_mgmt &
api-stop:
# Setup UI
ui: ui-start