Skip to content

Instantly share code, notes, and snippets.

@Danetag
Last active March 5, 2021 21:17
Show Gist options
  • Save Danetag/77122bf3d759281411e0cc4531ac3f7f to your computer and use it in GitHub Desktop.
Save Danetag/77122bf3d759281411e0cc4531ac3f7f to your computer and use it in GitHub Desktop.
Forward env variables to next
// Example: Forward env variables to the app (client-side)
module.exports = {
env: {
AN_ENV_VARIABLE: process.env.AN_ENV_VARIABLE,
},
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment