diff options
| author | Pitu <[email protected]> | 2019-02-19 23:54:11 +0900 |
|---|---|---|
| committer | Pitu <[email protected]> | 2019-02-19 23:54:11 +0900 |
| commit | 55e6c1f9cddf43bc2a5a9aa5f689f94ea2aab60e (patch) | |
| tree | b01adb091bf8ecc689461cd46f88889d480e6e63 /src | |
| parent | Exclude .env from versioning (diff) | |
| download | host.fuwn.me-55e6c1f9cddf43bc2a5a9aa5f689f94ea2aab60e.tar.xz host.fuwn.me-55e6c1f9cddf43bc2a5a9aa5f689f94ea2aab60e.zip | |
WIP
Diffstat (limited to 'src')
| -rw-r--r-- | src/site/store/index.js | 1 |
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); } |