fix: developer mode in website theme by TMF42 [frappe] PR#22958
From: https://github.com/frappe/frappe/pull/22958
Date: 2023-10-30 14:10:18+00:00
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-22958
# Make changes then rebase
git rebase -i upstream/develop --reapply-cherry-picks
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease