Skip to content

Commit 98d7b68

Browse files
committed
updats based on feedback
1 parent 8e67b2c commit 98d7b68

10 files changed

+10
-10
lines changed

content/800-guides/090-nextjs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ This creates two models: `User` and `Post`, with a one-to-many relationship betw
136136

137137
### 2.3 Add `dotenv` to `prisma.config.ts`
138138

139-
By default, Prisma requires environment variable to be managed by your runtime or by using `dotenv`.
139+
To get access to the variables in the `.env` file, they can either be loaded by your runtime, or by using `dotenv`.
140140
Include an import for `dotenv` at the top of the `prisma.config.ts`
141141

142142
```ts

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ This creates two models: `User` and `Post`, with a one-to-many relationship betw
377377

378378
### 2.3 Add `dotenv` to `prisma.config.ts`
379379

380-
By default, Prisma requires environment variable to be managed by your runtime or by using `dotenv`.
380+
To get access to the variables in the `.env` file, they can either be loaded by your runtime, or by using `dotenv`.
381381
Include an import for `dotenv` at the top of the `prisma.config.ts`
382382

383383
```ts

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ This creates two models: `User` and `Post`, with a one-to-many relationship betw
116116

117117
### 2.3 Add `dotenv` to `prisma.config.ts`
118118

119-
By default, Prisma requires environment variable to be managed by your runtime or by using `dotenv`.
119+
To get access to the variables in the `.env` file, they can either be loaded by your runtime, or by using `dotenv`.
120120
Include an import for `dotenv` at the top of the `prisma.config.ts`
121121

122122
```ts

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ This creates two models: `User` and `Post`, with a one-to-many relationship betw
136136

137137
### 2.3 Add `dotenv` to `prisma.config.ts`
138138

139-
By default, Prisma requires environment variable to be managed by your runtime or by using `dotenv`.
139+
To get access to the variables in the `.env` file, they can either be loaded by your runtime, or by using `dotenv`.
140140
Include an import for `dotenv` at the top of the `prisma.config.ts`
141141

142142
```ts

content/800-guides/190-sveltekit.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ This creates two models: `User` and `Post`, with a one-to-many relationship betw
130130

131131
### 2.3 Add `dotenv` to `prisma.config.ts`
132132

133-
By default, Prisma requires environment variable to be managed by your runtime or by using `dotenv`.
133+
To get access to the variables in the `.env` file, they can either be loaded by your runtime, or by using `dotenv`.
134134
Include an import for `dotenv` at the top of the `prisma.config.ts`
135135

136136
```ts

content/800-guides/220-astro.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

118118
### 2.3 Add `dotenv` to `prisma.config.ts`
119119

120-
By default, Prisma requires environment variable to be managed by your runtime or by using `dotenv`.
120+
To get access to the variables in the `.env` file, they can either be loaded by your runtime, or by using `dotenv`.
121121
Include an import for `dotenv` at the top of the `prisma.config.ts`
122122

123123
```ts

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ model Task {
198198

199199
### 3.2 Add `dotenv` to `prisma.config.ts`
200200

201-
By default, Prisma requires environment variable to be managed by your runtime or by using `dotenv`.
201+
To get access to the variables in the `.env` file, they can either be loaded by your runtime, or by using `dotenv`.
202202
Include an import for `dotenv` at the top of the `prisma.config.ts`
203203

204204
```ts

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ This creates three models: `Session`, `Message`, and `MessageRole`.
127127

128128
### 2.3 Add `dotenv` to `prisma.config.ts`
129129

130-
By default, Prisma requires environment variable to be managed by your runtime or by using `dotenv`.
130+
To get access to the variables in the `.env` file, they can either be loaded by your runtime, or by using `dotenv`.
131131
Include an import for `dotenv` at the top of the `prisma.config.ts`
132132

133133
```ts

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ This creates the following models:
174174

175175
### 2.3 Add `dotenv` to `prisma.config.ts`
176176

177-
By default, Prisma requires environment variable to be managed by your runtime or by using `dotenv`.
177+
To get access to the variables in the `.env` file, they can either be loaded by your runtime, or by using `dotenv`.
178178
Include an import for `dotenv` at the top of the `prisma.config.ts`
179179

180180
```ts

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ model Post {
144144

145145
### 2.4 Add `dotenv` to `prisma.config.ts`
146146

147-
By default, Prisma requires environment variable to be managed by your runtime or by using `dotenv`.
147+
To get access to the variables in the `.env` file, they can either be loaded by your runtime, or by using `dotenv`.
148148
Include an import for `dotenv` at the top of the `prisma.config.ts`
149149

150150
```ts

0 commit comments

Comments
 (0)