JavaScript Import Maps in Edge Functions

preview_player
Показать описание


## Chapters

00:00 Intro
00:27 Project Setup
02:36 Import Maps Intro
03:52 Create an Import Map JSON file
06:15 Import Map configuration for Visual Studio Code
07:25 TypeScript support for Stripe in Deno

## About Edgy Edge Functions

Edgy Edge Functions is a video series where we explore Supabase Edge Functions[1] and Deno[2] functionality and features.

If there's something you'd like to learn about, please open an issue[3] and let me know on this Tweet thread[4].

Thanks for stopping by! Denosaur and I will see you soon \o/

Рекомендации по теме
Комментарии
Автор

This is working, but when I add SUPABASE_DB_URL it does not work locally,
it prompts me this error Invalid env name: SUPABASE_DB_URL. Env names cannot start with SUPABASE_.
But when I deploy, I see to add SUPABASE_

Minor quirk every time I deploy I need to change it back.

vineeth.vijayan