chore(debug): envs in api functions
This commit is contained in:
@@ -22,3 +22,5 @@ export async function GET(request: NextRequest) {
|
|||||||
|
|
||||||
return NextResponse.json(values)
|
return NextResponse.json(values)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export const dynamic = "force-dynamic"
|
||||||
|
|||||||
@@ -114,6 +114,4 @@ const nextConfig = {
|
|||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log({ config_ENVS: nextConfig.env })
|
|
||||||
|
|
||||||
export default nextConfig
|
export default nextConfig
|
||||||
|
|||||||
Reference in New Issue
Block a user