mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-20 09:51:13 -05:00
Fix Novu API import path
This commit is contained in:
2
supabase/functions/deno.d.ts
vendored
2
supabase/functions/deno.d.ts
vendored
@@ -20,7 +20,7 @@ declare module 'https://esm.sh/@supabase/supabase-js@2.57.4' {
|
||||
export * from '@supabase/supabase-js';
|
||||
}
|
||||
|
||||
declare module 'npm:@novu/api' {
|
||||
declare module 'npm:@novu/api@0.0.7' {
|
||||
export * from '@novu/api';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user