Some checks failed
Vercel Production Deployment / Deploy-Production (push) Failing after 43s
7 lines
130 B
TypeScript
7 lines
130 B
TypeScript
'use server'
|
|
import { db } from "../db/index";
|
|
|
|
|
|
export async function getProducers(){
|
|
return db.query.producers.findMany();
|
|
} |