Cleaned and swapped to node

This commit is contained in:
Luke Hagar
2024-06-24 13:31:44 -05:00
parent e75a787e62
commit 29f924a309
3 changed files with 509 additions and 562 deletions

View File

@@ -1,4 +1,4 @@
import adapter from '@sveltejs/adapter-vercel';
import adapter from '@sveltejs/adapter-node';
import preprocess from 'svelte-preprocess';
/** @type {import('@sveltejs/kit').Config} */