Fix Novu API import path

This commit is contained in:
gpt-engineer-app[bot]
2025-10-12 15:41:36 +00:00
parent 4d96f45e74
commit 1333a5e8c8
7 changed files with 7 additions and 8 deletions

View File

@@ -8,8 +8,7 @@
},
"imports": {
"@supabase/supabase-js": "https://esm.sh/@supabase/supabase-js@2.57.4",
"std/": "https://deno.land/std@0.190.0/",
"@novu/api": "npm:@novu/api@latest"
"std/": "https://deno.land/std@0.190.0/"
},
"lint": {
"rules": {