I have implemented a dyson mock server in my react project , i have followed below ref
Example for dyson mock server implementation
when i run the project i am able to access the endpoints which i have implemented using dyson on localhost but i deployed the project using npx run -s build then i am not able to get the data .
Can't we deploy dyson mock endpoints, if we can deploy what are the required changes do i make ? and how to access dyson mock data after deploying?