M-Gabrielly 9244c7d8f1 hotfix(api): remove duplicate API routes and extract client component (resultados)
Removed pages/api/create-user.ts and pages/api/signin-user.ts; added app/resultados/ResultadosClient.tsx and updated app/resultados/page.tsx. Fixes route conflict and build error (useSearchParams used in server component).
2025-10-15 20:30:59 -03:00

14 lines
198 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"label": "Build Next.js susconecta",
"type": "shell",
"command": "npm run build",
"problemMatcher": [
"$tsc"
],
"group": "build"
}
]
}