i fixed some errors in project

This commit is contained in:
2025-05-05 11:53:29 -04:00
parent bfdaab9c36
commit dee20eacc3
7 changed files with 1024 additions and 1058 deletions

View File

@@ -1,10 +1,7 @@
import adapter from "@sveltejs/adapter-node";
import { vitePreprocess } from "@sveltejs/kit/vite";
/** @type {import('@sveltejs/kit').Config} */
const config = {
preprocess: [vitePreprocess()],
kit: {
// adapter-auto only supports some environments, see https://kit.svelte.dev/docs/adapter-auto for a list.
// If your environment is not supported or you settled on a specific environment, switch out the adapter.
@@ -19,4 +16,3 @@ const config = {
};
export default config;