feat(sales): add sales feature toggle

This commit is contained in:
Rico van Zelst
2025-12-04 21:11:24 +01:00
parent 6896dc4017
commit 08999d08cd
4 changed files with 43 additions and 7 deletions

View File

@@ -87,3 +87,7 @@ VITE_PUSHER_HOST="${PUSHER_HOST}"
VITE_PUSHER_PORT="${PUSHER_PORT}"
VITE_PUSHER_SCHEME="${PUSHER_SCHEME}"
VITE_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"
# Enable or disable fetching live Sale Rotation data from the external API.
# Set to true to enable fetching, false to show the maintenance message.
SALES_ENABLED=false