aboutsummaryrefslogtreecommitdiff
path: root/svelte.config.js
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-10-26 15:38:35 -0700
committerFuwn <[email protected]>2023-10-26 15:38:35 -0700
commit6f0a6e3020dbc186962babac8566d62dc0c4d9c3 (patch)
tree4273c0ebe5567109daf8b7a4d2c92d51694677cf /svelte.config.js
parentrefactor(badges): move to bun:sqlite (diff)
downloaddue.moe-badges.tar.xz
due.moe-badges.zip
feat: move back to bunbadges
Diffstat (limited to 'svelte.config.js')
-rw-r--r--svelte.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/svelte.config.js b/svelte.config.js
index 2214c60d..7d4f3f34 100644
--- a/svelte.config.js
+++ b/svelte.config.js
@@ -1,4 +1,4 @@
-import adapter from '@sveltejs/adapter-node';
+import adapter from 'svelte-adapter-bun';
import { vitePreprocess } from '@sveltejs/kit/vite';
/** @type {import('@sveltejs/kit').Config} */