feat/reverb (#20)

Co-authored-by: jon brookes <marshyon@gmail.com>
Reviewed-on: https://codeberg.org/headshed/share-lt/pulls/20
This commit is contained in:
Jon Brookes 2026-02-14 17:49:01 +01:00
parent 74bc17d019
commit 21147af908
30 changed files with 1948 additions and 29 deletions

View file

@ -30,7 +30,7 @@ if [ ! -d /var/www/public/storage ]; then
fi
php artisan config:clear
npm run build
# Start supervisord directly
exec "$@"