Update Svelte configuration to use adapter-node and add dependency in package.json
CI / build (push) Has been skipped
CI / deploy (push) Failing after 21s

- Switched from '@sveltejs/adapter-auto' to '@sveltejs/adapter-node' in svelte.config.js for better environment support.
- Added '@sveltejs/adapter-node' as a dependency in package.json to ensure compatibility.
This commit is contained in:
eewing
2026-02-17 10:02:53 -06:00
parent 5eae8b6611
commit 4e96e505db
2 changed files with 2 additions and 4 deletions
+1
View File
@@ -16,6 +16,7 @@
"@internationalized/date": "^3.10.0",
"@lucide/svelte": "^0.561.0",
"@sveltejs/adapter-auto": "^7.0.0",
"@sveltejs/adapter-node": "^5.2.0",
"@sveltejs/kit": "^2.50.2",
"@sveltejs/vite-plugin-svelte": "^6.2.4",
"@tailwindcss/vite": "^4.1.18",