tomfoolery attempts at excluding server stuff from client build

This commit is contained in:
2026-02-09 14:06:36 -08:00
parent 44ce67497c
commit 7f8dbcdc6b
5 changed files with 60 additions and 24 deletions

View File

@@ -1,4 +1,4 @@
import adapter from "@sveltejs/adapter-cloudflare";
import adapter from "@sveltejs/adapter-node";
/** @type {import('@sveltejs/kit').Config} */
const config = {