Files
flyer-crawler.projectium.com/supabase/deno.json
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

11 lines
171 B
JSON

{
"importMap": "./import_map.json",
"compilerOptions": {
"lib": ["deno.ns", "dom"]
},
"lint": {
"rules": {
"exclude": ["no-explicit-any"]
}
}
}