From 3647d712c0b181032709f48708579bfa195da942 Mon Sep 17 00:00:00 2001 From: LABCAT Date: Sat, 14 Dec 2024 20:40:14 +1300 Subject: [PATCH] Update d1-new.mdx - adding d1-http as the value for drive in example. --- src/content/docs/get-started/d1-new.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/get-started/d1-new.mdx b/src/content/docs/get-started/d1-new.mdx index 773d46843..9c06ede5c 100644 --- a/src/content/docs/get-started/d1-new.mdx +++ b/src/content/docs/get-started/d1-new.mdx @@ -82,7 +82,7 @@ export default defineConfig({ out: './drizzle', schema: './src/db/schema.ts', dialect: 'sqlite', - driver: '', + driver: 'd1-http', dbCredentials: { accountId: process.env.CLOUDFLARE_ACCOUNT_ID!, databaseId: process.env.CLOUDFLARE_DATABASE_ID!, @@ -117,4 +117,4 @@ export default { #### Step 8 - Run index.ts file - \ No newline at end of file +