fix: switch to adapter-node for Docker compatibility

This commit is contained in:
saikiranvella
2026-06-12 05:52:52 +00:00
parent 6cb4c93a0e
commit 2aadbef308
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import adapter from '@sveltejs/adapter-auto';
import adapter from '@sveltejs/adapter-node';
export default {
kit: {