Skip to content

Commit

Permalink
Try adapter vercel directly
Browse files Browse the repository at this point in the history
  • Loading branch information
bertybot2 committed Dec 11, 2024
1 parent 3c08299 commit 4140266
Show file tree
Hide file tree
Showing 3 changed files with 384 additions and 11 deletions.
4 changes: 2 additions & 2 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@
"format": "prettier --plugin=prettier-plugin-svelte --write ."
},
"devDependencies": {
"@sveltejs/adapter-auto": "catalog:",
"@sveltejs/adapter-vercel": "^5.5.2",
"@sveltejs/kit": "catalog:",
"@sveltejs/package": "catalog:",
"@sveltejs/vite-plugin-svelte": "catalog:",
"eslint": "catalog:",
"eslint-config-prettier": "catalog:",
"eslint-plugin-svelte": "catalog:",
"prettier": "catalog:",
"globals": "catalog:",
"prettier": "catalog:",
"prettier-plugin-svelte": "catalog:",
"svelte": "catalog:",
"svelte-check": "catalog:",
Expand Down
2 changes: 1 addition & 1 deletion demo/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
Loading

0 comments on commit 4140266

Please sign in to comment.