/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
examples/prisma-postgres/next.config.ts
7 строк
133 B
Ankur Datta
Add Prisma ORM example to Next.js examples (#75290)
15 июл 2025, 18:48
Не верифицирован
15 июл 2025, 18:48
92a9d28
Код
Авторство
О чём код?
import type { NextConfig } from "next"; const nextConfig: NextConfig = { /* config options here */ }; export default nextConfig;