Page Titles & All Photos Page #5

Merged
me merged 14 commits from dev into main 2025-06-06 08:02:52 -07:00
3 changed files with 264 additions and 131 deletions
Showing only changes of commit c7f4613d22 - Show all commits

4
run.sh
View File

@ -75,6 +75,10 @@ done
echo "`date` - Check if any node modules need updated/installed." echo "`date` - Check if any node modules need updated/installed."
npm install npm install
# Reset generated index files.
echo "`date` - Removing old index files."
find files/photos/ -name "*".html -print -delete
## Main ## ## Main ##
echo "`date` - Start website API." echo "`date` - Start website API."