All checks were successful
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Successful in 3m20s
14 lines
413 B
TOML
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" |