Replies: 1 comment
-
Would you mind sharing an example or some code? Maybe try using a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My app seems to be able to access environment variables just fine when I start the app with
npm run dev
, but it doesn't have access to it when I runnpm run start
.I set the env vars using
export X=Y
on LinuxAny idea why? Am I missing a step?
Beta Was this translation helpful? Give feedback.
All reactions