fix: transpile SDK workspace packages; fix Nav hydration mismatch

This commit is contained in:
thesn10
2026-06-25 18:25:58 +02:00
parent d3b14e7a5f
commit f121abde14
2 changed files with 5 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ import type { NextConfig } from 'next'
const config: NextConfig = {
reactStrictMode: true,
transpilePackages: ['@solana/connector'],
transpilePackages: ['@solana/connector', '@solisting/sdk', '@descro/sdk'],
}
export default config