tursodatabase / libsql-client-ts

TypeScript/JavaScript client API for libSQL
https://docs.turso.tech/sdk/ts/quickstart
MIT License
289 stars 37 forks source link

chore: update usage guidance for latest Next.js version #115

Closed kevinmitch14 closed 1 year ago

kevinmitch14 commented 1 year ago

Added note on using @libsql/client with next.js. As of the latest version, @libsql/client is automatically handled, so there is no need to add it to serverComponentsExternalPackages. See https://github.com/vercel/next.js/pull/56192