Pitu 6 years ago
parent
commit
55e6c1f9cd
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/site/store/index.js

+ 1 - 0
src/site/store/index.js

@@ -39,6 +39,7 @@ const mutations = {
 
 
 const actions = {
 const actions = {
 	nuxtServerInit({ commit }, { req }) {
 	nuxtServerInit({ commit }, { req }) {
+		/* TODO: Get env variables from context/process */
 		const config = require('~/config.js');
 		const config = require('~/config.js');
 		commit('config', config);
 		commit('config', config);
 	}
 	}