add frontend process service

This commit is contained in:
Yisroel Baum 2026-07-31 10:41:04 +03:00
parent 6da83d87fa
commit 188b300a7f
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9
4 changed files with 31 additions and 7 deletions

View file

@ -124,4 +124,5 @@ if [ ! -e "$REPO_ROOT/backend/public/storage" ]; then
(cd "$REPO_ROOT/backend" && php artisan storage:link)
fi
echo "[dev] run 'process-compose up' to start postgres + mailpit + backend + caddy"
echo "[dev] run 'process-compose up' to start:" \
"postgres + mailpit + backend + caddy + frontend"