chore(debug): envs in api functions

This commit is contained in:
Michael Zetterberg
2024-05-17 15:32:01 +02:00
parent f782ae796e
commit 11f3928525
2 changed files with 2 additions and 2 deletions

View File

@@ -22,3 +22,5 @@ export async function GET(request: NextRequest) {
return NextResponse.json(values)
}
export const dynamic = "force-dynamic"

View File

@@ -114,6 +114,4 @@ const nextConfig = {
},
}
console.log({ config_ENVS: nextConfig.env })
export default nextConfig