pub fn dev_with_shutdown( opts: DevOptions, shutdown_flag: Arc<AtomicBool>, ) -> Result<(), OsedaDevError>
Run in dev mode, with auto-reload on save, with a shutdown flag
opts
shutdown_flag
Ok()
Err