-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(bridge-ui-v2): fixing vercel build (#14052)
- Loading branch information
1 parent
e836d7d
commit 3332e70
Showing
4 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,4 @@ | ||
/** | ||
* Entry point | ||
*/ | ||
|
||
import { startWatching } from '$libs/wagmi'; | ||
|
||
// When setting this to false your entire app will only be rendered on the client, | ||
// which essentially means you turn your app into an SPA. | ||
// See https://kit.svelte.dev/docs/page-options#ssr | ||
export const ssr = false; | ||
|
||
// Start watching for network and account changes | ||
startWatching(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters