wavly / shawty

Tool for shortening long URLs
MIT License
5 stars 0 forks source link

Refactor live reloading #48

Closed Hamza12700 closed 2 weeks ago

Hamza12700 commented 2 weeks ago

Breaking Change

Removed the RUST live-reloading server for development and replace it with a Node.js implementation to reduce the number of dependencies required for the web server development.

The live-reloading server is functioning properly and performs similarly to the previous implementation.