Skip to content

Commit

Permalink
Add watch-app command
Browse files Browse the repository at this point in the history
  • Loading branch information
ja573 committed Feb 27, 2024
1 parent acc189d commit 6b38e93
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
run-app \
run-graphql-api \
run-export-api \
watch-app \
docker-dev \
docker-dev-build \
docker-dev-run \
Expand All @@ -29,6 +30,9 @@ run-graphql-api: build-graphql-api
run-export-api: build-export-api
RUST_BACKTRACE=1 cargo run start export-api

watch-app:
trunk serve thoth-app/index.html

docker-dev: docker-dev-build docker-dev-run

docker-dev-build:
Expand Down

0 comments on commit 6b38e93

Please sign in to comment.