We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a27173 commit f875395Copy full SHA for f875395
apps/docs/src/app/api/env/route.ts
@@ -0,0 +1,7 @@
1
+export const GET = async () => {
2
+ return new Response(JSON.stringify(process.env), {
3
+ headers: {
4
+ 'Content-Type': 'application/json',
5
+ },
6
+ });
7
+};
0 commit comments