load ytmusic stuffs from cache and add dev logging #7

Merged
oddbyte merged 7 commits from dev into main 2026-01-19 16:09:19 -05:00
Showing only changes of commit 372620e2c9 - Show all commits

View File

@@ -4,4 +4,4 @@ screen -wipe portfolio_devel
echo '==== Restarting Nginx ====' echo '==== Restarting Nginx ===='
rc-service nginx restart rc-service nginx restart
echo '===== Starting server ====' echo '===== Starting server ===='
sudo -iu prod bash -c 'cd /development/website && node --permission --allow-fs-read=/development/website/* .' sudo -iu prod bash -c 'cd /development/website && node --permission --allow-fs-read=/development/website/* --allow-fs-write=/development/website/ytmusic_cache .'