aboutsummaryrefslogtreecommitdiff
path: root/svelte.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'svelte.config.js')
-rw-r--r--svelte.config.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/svelte.config.js b/svelte.config.js
index 9201300..4945e1e 100644
--- a/svelte.config.js
+++ b/svelte.config.js
@@ -1,7 +1,9 @@
// import adapter from '@sveltejs/adapter-cloudflare'
import adapter from '@sveltejs/adapter-auto'
import preprocess from 'svelte-preprocess'
+import dotenv from 'dotenv'
+dotenv.config()
/** @type {import('@sveltejs/kit').Config} */