aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPitu <[email protected]>2019-02-19 23:54:11 +0900
committerPitu <[email protected]>2019-02-19 23:54:11 +0900
commit55e6c1f9cddf43bc2a5a9aa5f689f94ea2aab60e (patch)
treeb01adb091bf8ecc689461cd46f88889d480e6e63 /src
parentExclude .env from versioning (diff)
downloadhost.fuwn.me-55e6c1f9cddf43bc2a5a9aa5f689f94ea2aab60e.tar.xz
host.fuwn.me-55e6c1f9cddf43bc2a5a9aa5f689f94ea2aab60e.zip
WIP
Diffstat (limited to 'src')
-rw-r--r--src/site/store/index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/site/store/index.js b/src/site/store/index.js
index a681fbe..74ecadf 100644
--- a/src/site/store/index.js
+++ b/src/site/store/index.js
@@ -39,6 +39,7 @@ const mutations = {
const actions = {
nuxtServerInit({ commit }, { req }) {
+ /* TODO: Get env variables from context/process */
const config = require('~/config.js');
commit('config', config);
}