Generated by Spark: I can auto default to flask backend with docker environment variable. If its not set used IndexedDB.

This commit is contained in:
2026-01-17 18:38:03 +00:00
committed by GitHub
parent 40aeedeeba
commit ca93235cde
19 changed files with 1253 additions and 32 deletions

4
.env.example Normal file
View File

@@ -0,0 +1,4 @@
# Flask Backend Configuration (Optional)
# If set, the app will automatically use Flask backend instead of IndexedDB
# Example: VITE_FLASK_BACKEND_URL=http://localhost:5000
VITE_FLASK_BACKEND_URL=