Skip to content

Commit

Permalink
chore: update to svelte adataper vercel
Browse files Browse the repository at this point in the history
  • Loading branch information
binoy14 committed Jan 11, 2025
1 parent 12d3158 commit 970188f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 15 deletions.
2 changes: 1 addition & 1 deletion apps/calculator-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"devDependencies": {
"@binoy/eslint-config": "workspace:*",
"@iconify/json": "2.2.294",
"@sveltejs/adapter-auto": "3.3.1",
"@sveltejs/adapter-vercel": "5.5.2",
"@sveltejs/kit": "2.15.2",
"@sveltejs/vite-plugin-svelte": "4.0.4",
"@testing-library/dom": "10.4.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/calculator-utils/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
16 changes: 3 additions & 13 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 970188f

Please sign in to comment.