Add hot-reload capability adds watchfiles dependency and changes uvicorn server logic but does not have any breaking changes. --------- Co-authored-by: Eric Gustin <eric@arcade.dev> Co-authored-by: sdreyer <sterling@arcade-ai.com> Co-authored-by: Eric Gustin <34000337+EricGustin@users.noreply.github.com>
4 lines
133 B
Bash
Executable file
4 lines
133 B
Bash
Executable file
#!/bin/bash
|
|
|
|
echo "Starting arcade..."
|
|
arcade serve --host $HOST --port $PORT $([ "$OTEL_ENABLE" = "true" ] && echo "--otel-enable")
|