mowblox / payflow

Develop a decentralized payment platform that enables dropshippers and wholesale vendors to seamlessly send and receive payments internationally using various cryptocurrencies, with features like auto-conversion, transaction confirmation, and basic accounting tools.
https://payflow-lime.vercel.app
MIT License
1 stars 10 forks source link

Fix/vercel deployment bug #15

Closed Baah-Danso-Kenneth closed 3 weeks ago

Baah-Danso-Kenneth commented 3 weeks ago

Fix Legacy npm dependency causing vercel deployment failure

mikehammond commented 3 weeks ago

@Baah-Danso-Kenneth After reviewing this code it is now clear to me that the dependency conflicts is coming from the version 19 of React that Next 15 is using. So I will have to look at how to force Vercel to install them anyway. But thanks for the work though.