I fixed the thing by just using the node adapter.

I guess taht works.
Cleaned up the clicker page a touch
This commit is contained in:
2026-03-07 00:41:59 -06:00
parent afb38aaba6
commit 7732196059
11 changed files with 77 additions and 291 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
import adapter from 'svelte-adapter-bun';
// import adapter from 'svelte-adapter-bun';
import adapter from '@sveltejs/adapter-node';
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';
/** @type {import('@sveltejs/kit').Config} */