add frontend process service
This commit is contained in:
parent
6da83d87fa
commit
188b300a7f
4 changed files with 31 additions and 7 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue