Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow extending context object #58

Merged
merged 3 commits into from
Oct 20, 2019
Merged

Allow extending context object #58

merged 3 commits into from
Oct 20, 2019

Conversation

yekver
Copy link
Contributor

@yekver yekver commented Feb 8, 2019

Recently I had a case where some environment variables (without VUE_APP_ prefix) should have been available from the client app. Currently I have to save them to a file and then read from there in server-entry.js.
It'll be very helpful to allow reading process.env during the runtime without necessity of putting them into a separate file.

@yekver yekver changed the title Allow to extend context object from config Allow extending context object Feb 8, 2019
@Akryum Akryum merged commit 7d129ec into Akryum:master Oct 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants