feat: persist booked dates in JSON file and exclude booked dates from selection
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
# Server Port & Configuration
|
||||
PORT=8080
|
||||
WEB_DIR=public
|
||||
BOOKED_DATES_FILE=booked_dates.json
|
||||
|
||||
# SMTP Configuration
|
||||
SMTP_HOST=mail.example.com
|
||||
|
||||
Reference in New Issue
Block a user