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).
14 lines
198 B
JSON
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"
|
|
}
|
|
]
|
|
} |