alfaarghya / alfa-leetcode-api

It's a custom leetcode api. This API provides endpoints to retrieve details about a user's profile, badges, solved questions, contest details, contest history, submissions, calendar and and also daily questions, selected problem, list of problems.
https://alfa-leetcode-api.onrender.com/
MIT License
142 stars 58 forks source link

hot reload issue solved #25

Closed merakesh99 closed 1 week ago

merakesh99 commented 1 week ago

    restart: always
    environment:
      - WDS_SOCKET_HOST=127.0.0.1 
      - CHOKIDAR_USEPOLLING=true
      - WATCHPACK_POLLING=true

@alfaarghya

alfaarghya commented 1 week ago

🎉 Thanks for your contribution! 😊

Thank you for solving #19 issue. I greatly appreciate your work 🚀