aboutsummaryrefslogtreecommitdiff
path: root/env.ts
diff options
context:
space:
mode:
Diffstat (limited to 'env.ts')
-rw-r--r--env.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/env.ts b/env.ts
new file mode 100644
index 0000000..60874cc
--- /dev/null
+++ b/env.ts
@@ -0,0 +1,4 @@
+import { config } from 'dotenv';
+
+const { parsed } = config();
+export default parsed;