solucionado worker, ahora arreglando api
All checks were successful
build-and-push / build (push) Successful in 12s
build-and-push / deploy (push) Successful in 14s

This commit is contained in:
2025-05-14 19:14:01 -06:00
parent b4c1653d90
commit 8783dea337

View File

@@ -1,6 +1,6 @@
// planilla/api/server.js // planilla/api/server.js
import express from 'express'; import express from 'express';
import { PrismaClient } from './prisma/generated/client'; import { PrismaClient } from './prisma/generated/client/index.js';
const prisma = new PrismaClient(); const prisma = new PrismaClient();
const app = express(); const app = express();