Skip to content

Commit 40d76a3

Browse files
committed
update
1 parent ab9aebb commit 40d76a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/800-guides/190-sveltekit.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ main();
213213

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

216-
```json file=prisma.config.ts
216+
```ts file=prisma.config.ts
217217
import 'dotenv/config'
218218
import { defineConfig, env } from 'prisma/config';
219219
export default defineConfig({

0 commit comments

Comments
 (0)