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

@@ -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';
}