What's Changed
- docs: fix broken link for di page by @sansyrox in #707
- feat: make the cli the entry point by @sansyrox in #713
- docs: add docs for --dev flag by @sansyrox in #714
Full Changelog: v0.48.0...v0.49.0
Now, --dev
mode only works as a module command, e.g. python -m robyn --dev
We had to make --dev
command as a module only command to add support for file deletion. Deletion of files would break the module imports otherwise.