diff --git a/src/content/docs/get-started/pglite-new.mdx b/src/content/docs/get-started/pglite-new.mdx index 355a1496..bf602029 100644 --- a/src/content/docs/get-started/pglite-new.mdx +++ b/src/content/docs/get-started/pglite-new.mdx @@ -47,7 +47,7 @@ import SetupEnv from '@mdx/get-started/SetupEnv.mdx'; #### Step 5 - Setup Drizzle config file - + #### Step 6 - Applying changes to the database @@ -59,4 +59,4 @@ import SetupEnv from '@mdx/get-started/SetupEnv.mdx'; #### Step 8 - Run index.ts file - \ No newline at end of file + diff --git a/src/mdx/get-started/SetupConfig.mdx b/src/mdx/get-started/SetupConfig.mdx index 5e5bbbcf..fa0a4a80 100644 --- a/src/mdx/get-started/SetupConfig.mdx +++ b/src/mdx/get-started/SetupConfig.mdx @@ -4,7 +4,7 @@ import CodeWithProps from "@mdx/CodeWithProps.astro"; Create a `drizzle.config.ts` file in the root of your project and add the following content: - + ```typescript copy filename="drizzle.config.ts" import 'dotenv/config'; import { defineConfig } from 'drizzle-kit'; @@ -12,10 +12,10 @@ import { defineConfig } from 'drizzle-kit'; export default defineConfig({ out: './drizzle', schema: './src/db/schema.ts', - dialect: '$dialect$', + dialect: '$dialect$',$driverLine$ dbCredentials: { url: process.env.$env_variable$!, }, }); ``` - \ No newline at end of file +