mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-20 08:11:13 -05:00
feat: Implement Novu package migration
This commit is contained in:
4
supabase/functions/deno.d.ts
vendored
4
supabase/functions/deno.d.ts
vendored
@@ -20,8 +20,8 @@ declare module 'https://esm.sh/@supabase/supabase-js@2.57.4' {
|
||||
export * from '@supabase/supabase-js';
|
||||
}
|
||||
|
||||
declare module 'npm:@novu/node@2.0.2' {
|
||||
export * from '@novu/node';
|
||||
declare module 'npm:@novu/api' {
|
||||
export * from '@novu/api';
|
||||
}
|
||||
|
||||
declare namespace Deno {
|
||||
|
||||
Reference in New Issue
Block a user