Hi, I am trying to use AstroDB and deploy an astro app to vercel but i get a warning when building the app
[<@&1055234544183287879>/vercel] The module "/vercel/path0/node_modules/libsql/.targets" inside the file "/vercel/path0/node_modules/libsql/index.js" couldn't be resolved. This may not be a problem, but it's worth checking.
which results in a 500 when trying to call the api route
10:51:35 [ERROR] Error: Failed to connect to database:
/vercel/path0/.astro/content.db
at new Database (/var/task/vercel/path0/node_modules/libsql/index.js:72:17)
the api route is a simple post route (working locally and with astro studio without issues),
the output is set to hybrid (tried server too),
using astro/vercel serverless adapter,
latest version of all packages.
Any idea about what should i do here?