Target SDK Version
Not set
Function Version Scanner
Scan all backend functions to identify SDK version mismatches across the app.
How to Update Functions
For each function with a mismatch:
- Go to functions/{functionName} file
- Find the import line:
import { createClientFromRequest } from 'npm:@base44/sdk@0.8.XX'; - Update to:
import { createClientFromRequest } from 'npm:@base44/sdk@Not set'; - Save and deploy
⚠️ After updating all functions, run this scan again to verify 100% compliance.
