diff options
| author | Pitu <[email protected]> | 2019-02-21 23:49:48 +0900 |
|---|---|---|
| committer | Pitu <[email protected]> | 2019-02-21 23:49:48 +0900 |
| commit | 352d84ea3aceb3f2676fd9dc212b39fa38fb3eeb (patch) | |
| tree | bf5ec9101cf29e1547b93539f9f1cd9cc606e54c /nuxt.config.js | |
| parent | Load enviroment variables into config (diff) | |
| download | host.fuwn.me-352d84ea3aceb3f2676fd9dc212b39fa38fb3eeb.tar.xz host.fuwn.me-352d84ea3aceb3f2676fd9dc212b39fa38fb3eeb.zip | |
Same
Diffstat (limited to 'nuxt.config.js')
| -rw-r--r-- | nuxt.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nuxt.config.js b/nuxt.config.js index 9a96ade..52b9252 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -1,4 +1,4 @@ -require('dotenv').config(); +import dotenv from 'dotenv/config'; import autoprefixer from 'autoprefixer'; import serveStatic from 'serve-static'; import path from 'path'; |