Update Bionic Serve to make use of Bionic Monitor.
Bionic serve currently makes use of dotnet watcher to detect changes and auto-build project.
Possible Command Usage for new command strategies:
-
Build and run project a single time
bionic run
-
Build on changes
bionic serve
-
Build and reload on changes
bionic monitor
Reactions are currently unavailable
Update Bionic Serve to make use of Bionic Monitor.
Bionic serve currently makes use of dotnet watcher to detect changes and auto-build project.
Possible Command Usage for new command strategies:
Build and run project a single time
bionic run
Build on changes
bionic serve
Build and reload on changes
bionic monitor