aboutsummaryrefslogtreecommitdiff
path: root/svelte.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'svelte.config.js')
-rw-r--r--svelte.config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/svelte.config.js b/svelte.config.js
index e20034a..9a4a558 100644
--- a/svelte.config.js
+++ b/svelte.config.js
@@ -14,6 +14,7 @@ function fetch(url) {
})
res.on('end', () => {
+ console.log(data)
resolve(data)
})
})