Files
flyer-crawler.projectium.com/supabase/config.toml
Torben Sorensen c87ce6f498
All checks were successful
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Successful in 3m20s
fix supabase functions from orig import
2025-11-11 00:28:26 -08:00

14 lines
413 B
TOML

project_id = "azmmnxkvjryracrnmhvj"
[functions.delete-user]
# Point to the single import map in the supabase/ directory
import_map = "import_map.json"
entrypoint = "./functions/delete-user/index.ts"
[functions.seed-database]
import_map = "import_map.json"
entrypoint = "./functions/seed-database/index.ts"
[functions.system-check]
import_map = "import_map.json"
entrypoint = "./functions/system-check/index.ts"