Files
feeddeck/supabase/functions/deno.json
2025-05-02 18:26:06 +02:00

7 lines
94 B
JSON

{
"tasks": {
"test": "deno test --allow-net --allow-env",
"lint": "deno lint"
}
}