Skip to content

Commit ab9aebb

Browse files
committed
update
1 parent 6bd1e5f commit ab9aebb

11 files changed

Lines changed: 12 additions & 12 deletions

content/800-guides/090-nextjs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ This creates two models: `User` and `Post`, with a one-to-many relationship betw
137137
### 2.3 Add `dotenv` to `prisma.config.ts`
138138

139139
By default, Prisma requires environment variable to be managed by your runtime or by using `dotenv`.
140-
Include an import for `dotevn` at the top of the `prisma.config.ts`
140+
Include an import for `dotenv` at the top of the `prisma.config.ts`
141141

142142
```ts
143143
//add-start

content/800-guides/160-tanstack-start.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ This creates two models: `User` and `Post`, with a one-to-many relationship betw
378378
### 2.3 Add `dotenv` to `prisma.config.ts`
379379

380380
By default, Prisma requires environment variable to be managed by your runtime or by using `dotenv`.
381-
Include an import for `dotevn` at the top of the `prisma.config.ts`
381+
Include an import for `dotenv` at the top of the `prisma.config.ts`
382382

383383
```ts
384384
//add-start

content/800-guides/170-react-router-7.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ This creates two models: `User` and `Post`, with a one-to-many relationship betw
117117
### 2.3 Add `dotenv` to `prisma.config.ts`
118118

119119
By default, Prisma requires environment variable to be managed by your runtime or by using `dotenv`.
120-
Include an import for `dotevn` at the top of the `prisma.config.ts`
120+
Include an import for `dotenv` at the top of the `prisma.config.ts`
121121

122122
```ts
123123
//add-start

content/800-guides/180-solid-start.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ This creates two models: `User` and `Post`, with a one-to-many relationship betw
137137
### 2.3 Add `dotenv` to `prisma.config.ts`
138138

139139
By default, Prisma requires environment variable to be managed by your runtime or by using `dotenv`.
140-
Include an import for `dotevn` at the top of the `prisma.config.ts`
140+
Include an import for `dotenv` at the top of the `prisma.config.ts`
141141

142142
```ts
143143
//add-start
@@ -220,7 +220,7 @@ main();
220220

221221
Now, tell Prisma how to run this script by updating your `prisma.config.ts`:
222222

223-
```json file=prisma.config.ts
223+
```ts file=prisma.config.ts
224224
import 'dotenv/config'
225225
import { defineConfig, env } from 'prisma/config';
226226
export default defineConfig({

content/800-guides/190-sveltekit.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ This creates two models: `User` and `Post`, with a one-to-many relationship betw
131131
### 2.3 Add `dotenv` to `prisma.config.ts`
132132

133133
By default, Prisma requires environment variable to be managed by your runtime or by using `dotenv`.
134-
Include an import for `dotevn` at the top of the `prisma.config.ts`
134+
Include an import for `dotenv` at the top of the `prisma.config.ts`
135135

136136
```ts
137137
//add-start

content/800-guides/220-astro.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ This creates two models: `User` and `Post`, with a one-to-many relationship betw
118118
### 2.3 Add `dotenv` to `prisma.config.ts`
119119

120120
By default, Prisma requires environment variable to be managed by your runtime or by using `dotenv`.
121-
Include an import for `dotevn` at the top of the `prisma.config.ts`
121+
Include an import for `dotenv` at the top of the `prisma.config.ts`
122122

123123
```ts
124124
//add-start

content/800-guides/320-permit-io-access-control.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ model Task {
199199
### 3.2 Add `dotenv` to `prisma.config.ts`
200200

201201
By default, Prisma requires environment variable to be managed by your runtime or by using `dotenv`.
202-
Include an import for `dotevn` at the top of the `prisma.config.ts`
202+
Include an import for `dotenv` at the top of the `prisma.config.ts`
203203

204204
```ts
205205
//add-start

content/800-guides/340-ai-sdk-nextjs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ This creates three models: `Session`, `Message`, and `MessageRole`.
128128
### 2.3 Add `dotenv` to `prisma.config.ts`
129129

130130
By default, Prisma requires environment variable to be managed by your runtime or by using `dotenv`.
131-
Include an import for `dotevn` at the top of the `prisma.config.ts`
131+
Include an import for `dotenv` at the top of the `prisma.config.ts`
132132

133133
```ts
134134
//add-start

content/800-guides/350-authjs-nextjs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ This creates the following models:
175175
### 2.3 Add `dotenv` to `prisma.config.ts`
176176

177177
By default, Prisma requires environment variable to be managed by your runtime or by using `dotenv`.
178-
Include an import for `dotevn` at the top of the `prisma.config.ts`
178+
Include an import for `dotenv` at the top of the `prisma.config.ts`
179179

180180
```ts
181181
//add-start

content/800-guides/360-embed-studio-nextjs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ model Post {
145145
### 2.4 Add `dotenv` to `prisma.config.ts`
146146

147147
By default, Prisma requires environment variable to be managed by your runtime or by using `dotenv`.
148-
Include an import for `dotevn` at the top of the `prisma.config.ts`
148+
Include an import for `dotenv` at the top of the `prisma.config.ts`
149149

150150
```ts
151151
//add-start

0 commit comments

Comments
 (0)