Skip to content

Commit

Permalink
Add v3 ui to tsdev.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Annoraaq committed Dec 20, 2024
1 parent ce39996 commit ed305ae
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions utils/tsdev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,12 @@ case "$1" in
web)
$s docker exec --interactive --tty $CONTAINER_ID gunicorn --reload --bind 0.0.0.0:5000 --log-level debug --capture-output --timeout 600 timesketch.wsgi:application
;;
v3-dev)
$s docker exec --interactive --tty $CONTAINER_ID yarn run --cwd=/usr/local/src/timesketch/timesketch/frontend-v3 dev
;;
v3-install-deps)
$s docker exec --interactive --tty $CONTAINER_ID yarn install --cwd=/usr/local/src/timesketch/timesketch/frontend-v3
;;
*)
echo \""$1"\" is not a valid command.; help
esac

0 comments on commit ed305ae

Please sign in to comment.