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