You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/docs/src/routes/docs/integrations/turso/index.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,7 @@ inside `.env.local`.
95
95
PRIVATE_TURSO_DATABASE_URL=file:foo.db
96
96
```
97
97
98
-
> ***Note***: A database token is not needed when working with file databases.
98
+
> ***Note***: A database token is not needed when working with file databases and `createClient` must be imported from `@libsql/client` since importing from `@libsql/client/web`[does not support local file URLs](https://docs.turso.tech/sdk/ts/reference#local-development).
0 commit comments