Radiate will watch any directory you specify for changes. When a file is changed in that directory, it'll check if it's a Gleam file, and if it is, th

Search code, repositories, users, issues, pull requests...

submited by
Style Pass
2024-09-19 16:00:04

Radiate will watch any directory you specify for changes. When a file is changed in that directory, it'll check if it's a Gleam file, and if it is, the project will be recompiled and all modified modules will be reloaded, without having to restart the BEAM VM.

Right now, the add_dir function only supports "." or an absolute path! Be careful to resolve the path to get it work if you want to watch "src" for example.

Leave a Comment