diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2021-08-16 18:13:15 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2021-08-16 18:13:15 +0200 |
| commit | 52a05f00e39270910c3dc41faede0206f698c0e6 (patch) | |
| tree | 777155cb31583b5ed0bb0683a74d1548ed772b0a /index.js | |
| parent | b8422fbb19d766d5e2e7b72e346329bd406952e2 (diff) | |
db.json
Diffstat (limited to 'index.js')
| -rw-r--r-- | index.js | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ import okcms from "okcms"; import path from "path"; +import dotenv from "dotenv"; +dotenv.config(); const __dirname = path.resolve(); |
