fix install adapters

This commit is contained in:
Smile Rex
2025-07-20 17:16:54 +03:00
parent f2c033f0e9
commit 9220daf8eb
4 changed files with 221 additions and 108 deletions

View File

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