Skip to content

Commit

Permalink
chore: dump "process.versions" in "/debug" endpoint (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa authored May 14, 2022
1 parent 8379485 commit c738b15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/routes/debug.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ import { LoaderFunction } from "@remix-run/server-runtime";
export const loader: LoaderFunction = async () => {
return {
APP_DEFINE_STAGING: process.env.APP_DEFINE_STAGING,
"process.versions": process.versions,
};
};

0 comments on commit c738b15

Please sign in to comment.