I correctly managed to run the local Fuel server through pnpm fuels:dev, but when I run pnpm dev to run the frontend, I get this build error:
./node_modules/.pnpm/@wagmi+connectors@5.1.4_@types+react@18.3.3_@wagmi+core@2.9.1_@tanstack+query-core@5.51.21_@t_u3dskiakw5br33k7m7sa2ic7am/node_modules/@wagmi/connectors/dist/esm/metaMask.js
Attempted import error: 'extractRpcUrls' is not exported from '@wagmi/core' (imported as 'extractRpcUrls').
Manually adding wagmi through pnpm add @wagmi/core @wagmi/connectors viem@2.x fixed my issue, but probably it should be solved at the template level too