Skip to content

Commit

Permalink
fix: import edge runtime types from jsr (#2529)
Browse files Browse the repository at this point in the history
* fix: import from jsr.

* Update internal/functions/new/templates/index.ts
  • Loading branch information
thorwebdev authored and sweatybridge committed Jul 18, 2024
1 parent 673739c commit 71c2abd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/functions/new/templates/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// This enables autocomplete, go to definition, etc.

// Setup type definitions for built-in Supabase Runtime APIs
import "https://esm.sh/@supabase/functions-js/src/edge-runtime.d.ts"
import "jsr:@supabase/functions-js/edge-runtime.d.ts"

console.log("Hello from Functions!")

Expand Down

0 comments on commit 71c2abd

Please sign in to comment.