feat: sync Excel data to Supabase on load - detect new Dropbox files automatically

This commit is contained in:
Christian Vidal Wolf
2026-04-10 10:54:50 +02:00
parent 077e78513c
commit 90e60017da
6 changed files with 400 additions and 64 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
{
"rewrites": [
{ "source": "/api/dropbox-proxy", "destination": "api/dropbox-proxy.js" }
{ "source": "/api/dropbox-proxy", "destination": "api/dropbox-proxy.js" },
{ "source": "/api/dropbox-sync", "destination": "api/dropbox-sync.js" }
]
}