Skip to content

Commit

Permalink
Add npm run build to supervisord in PHP 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
x7ryan committed May 8, 2023
1 parent 0f3921f commit b2374b0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions runtimes/8.0/supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,12 @@ stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0

[program:npm]
command=/usr/bin/npm run --prefix /var/www/html dev
user=sail
environment=LARAVEL_SAIL="1"
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0

0 comments on commit b2374b0

Please sign in to comment.