Add adapter-node for production on EUS server deployment

This commit is contained in:
Antoine Phan
2025-05-11 16:20:49 -04:00
parent f986db1843
commit 88334c104f
3 changed files with 39 additions and 5 deletions

View File

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