fix: deploy script dependency issue

This commit is contained in:
veganbeef
2025-09-09 22:53:03 -07:00
parent 3af6ee0e71
commit f14493e35b
3 changed files with 5 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ import {
signOut as backendSignOut,
useSession,
} from 'next-auth/react';
import sdk, { SignIn as SignInCore } from '@farcaster/frame-sdk';
import sdk, { SignIn as SignInCore } from '@farcaster/miniapp-sdk';
type User = {
fid: number;