I'm running a build on Netlify for the first time, and it's not seeing the generated tables in the database.
6:32:48 AM: $ astro check && astro build --remote
6:32:49 AM: 10:32:49 [check] Getting diagnostics for Astro files in /opt/build/repo...
6:32:51 AM: db/seed.ts:2:14 - error ts(2305): Module '"astro:db"' has no exported member 'User'.
6:32:51 AM: 2 import { db, User } from 'astro:db';
6:32:51 AM:
I have set ASTRO_STUDIO_APP_TOKEN environment variable and using the command astro check && astro build --remote.