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
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 runBuild on changes
bionic serveBuild and reload on changes
bionic monitor