Skip to content

Commit 333a58d

Browse files
committed
fix: d1-http driver in drizzle config
1 parent eb13412 commit 333a58d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/get-started/d1-new.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export default defineConfig({
8282
out: './drizzle',
8383
schema: './src/db/schema.ts',
8484
dialect: 'sqlite',
85-
driver: '',
85+
driver: 'd1-http',
8686
dbCredentials: {
8787
accountId: process.env.CLOUDFLARE_ACCOUNT_ID!,
8888
databaseId: process.env.CLOUDFLARE_DATABASE_ID!,

0 commit comments

Comments
 (0)