Skip to content

Commit

Permalink
Changed adapter to Vercel.
Browse files Browse the repository at this point in the history
  • Loading branch information
daygelo committed Dec 11, 2024
1 parent 4bb45ac commit 9cad9ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Binary file modified bun.lockb
Binary file not shown.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/adapter-vercel": "^5.5.2",
"@sveltejs/kit": "^2.9.0",
"@sveltejs/vite-plugin-svelte": "^5.0.0",
"svelte": "^5.0.0",
"svelte-check": "^4.0.0",
"tailwindcss": "^4.0.0-beta.6",
"typescript": "^5.0.0",
"vite": "5.0.0"
"vite": "^6.0.3"
},
"dependencies": {
"@tailwindcss/vite": "^4.0.0-beta.6",
Expand Down
2 changes: 1 addition & 1 deletion svelte.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import adapter from '@sveltejs/adapter-auto';
import adapter from '@sveltejs/adapter-vercel';
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';

/** @type {import('@sveltejs/kit').Config} */
Expand Down

0 comments on commit 9cad9ab

Please sign in to comment.