How to keep the UI running on the server? If I run...
# prefect-server
y
How to keep the UI running on the server? If I run
prefect server start
, it will stop when exit the terminal I tried
sudo systemctl prefect server start
, but this does not look like to proper way
k
prefect server start --detach