|
@@ -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);
|
|
}
|
|
}
|