Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "vite dev --port 3000",
"build": "export NODE_OPTIONS=--max-old-space-size=32768 && vite build",
"build": "export NODE_OPTIONS=--max-old-space-size=8192 && DEBUG=vite:* vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
Expand All @@ -20,7 +20,6 @@
"@docsearch/css": "^3.3.3",
"@docsearch/js": "^3.3.3",
"@iconify-json/ri": "^1.0.0",
"@sveltejs/adapter-static": "^2.0.2",
"@sveltejs/kit": "^1.27.2",
"@svelteness/kit-docs": "^1.1.5",
"@tailwindcss/typography": "^0.5.9",
Expand Down Expand Up @@ -52,9 +51,9 @@
"dependencies": {
"@safe-global/safe-apps-provider": "^0.18.0",
"@safe-global/safe-apps-sdk": "^8.1.0",
"@sveltejs/adapter-vercel": "^5.8.0",
"@web3-onboard/bitget": "^2.1.1",
"@web3-onboard/blocto": "^2.1.1",
"@web3-onboard/para": "^1.0.0",
"@web3-onboard/cede-store": "^2.3.1",
"@web3-onboard/coinbase": "^2.3.1",
"@web3-onboard/core": "^2.23.1-alpha.1",
Expand All @@ -75,6 +74,7 @@
"@web3-onboard/metamask": "^2.2.0",
"@web3-onboard/mew-wallet": "^2.1.1",
"@web3-onboard/okx": "2.0.0",
"@web3-onboard/para": "^1.0.0",
"@web3-onboard/particle-network": "^2.1.1",
"@web3-onboard/phantom": "^2.1.1",
"@web3-onboard/portis": "^2.2.1",
Expand Down
2 changes: 1 addition & 1 deletion docs/svelte.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import adapter from '@sveltejs/adapter-static'
import adapter from '@sveltejs/adapter-vercel';
import preprocess from 'svelte-preprocess'

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