summaryrefslogtreecommitdiff
path: root/index.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2021-08-16 18:13:15 +0200
committerJules Laplace <julescarbon@gmail.com>2021-08-16 18:13:15 +0200
commit52a05f00e39270910c3dc41faede0206f698c0e6 (patch)
tree777155cb31583b5ed0bb0683a74d1548ed772b0a /index.js
parentb8422fbb19d766d5e2e7b72e346329bd406952e2 (diff)
db.json
Diffstat (limited to 'index.js')
-rw-r--r--index.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/index.js b/index.js
index 5b40c83..c9aa338 100644
--- a/index.js
+++ b/index.js
@@ -1,5 +1,7 @@
import okcms from "okcms";
import path from "path";
+import dotenv from "dotenv";
+dotenv.config();
const __dirname = path.resolve();