Skip to content

Commit

Permalink
adapter auto
Browse files Browse the repository at this point in the history
  • Loading branch information
KorbinianK committed May 1, 2024
1 parent 259cf7c commit 9a91290
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 268 deletions.
3 changes: 1 addition & 2 deletions packages/bridge-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"devDependencies": {
"@playwright/test": "^1.43.1",
"@sveltejs/adapter-auto": "^3.2.0",
"@sveltejs/adapter-auto": "^2.1.1",
"@sveltejs/adapter-static": "^2.0.3",
"@sveltejs/kit": "^1.30.4",
"@types/debug": "^4.1.12",
Expand Down Expand Up @@ -61,7 +61,6 @@
"type": "module",
"dependencies": {
"@moralisweb3/common-evm-utils": "^2.26.1",
"@sveltejs/adapter-vercel": "^4.0.5",
"@wagmi/connectors": "^4.1.18",
"@wagmi/core": "^2.8.0",
"@walletconnect/ethereum-provider": "^2.12.2",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { Config } from '@sveltejs/adapter-vercel';
import type { Config } from '@sveltejs/kit';
import Moralis from 'moralis';
import { type Address, zeroAddress } from 'viem';

Expand Down
2 changes: 1 addition & 1 deletion packages/bridge-ui/svelte.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import adapter from '@sveltejs/adapter-vercel';
import adapter from '@sveltejs/adapter-auto';
import { vitePreprocess } from '@sveltejs/kit/vite';

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

0 comments on commit 9a91290

Please sign in to comment.