chore: bump client api (#4976)

This commit is contained in:
Nathan.fooo
2024-03-25 08:13:49 +08:00
committed by GitHub
parent 3f0b3478c1
commit 91e00d3782
7 changed files with 37 additions and 37 deletions

View File

@ -65,7 +65,7 @@ impl AppFlowyCore {
#[allow(clippy::if_same_then_else)]
if cfg!(debug_assertions) {
/// The profiling can be used to tracing the performance of the application.
/// Check out the [Link](https://appflowy.gitbook.io/docs/essential-documentation/contribute-to-appflowy/architecture/backend/profiling)
/// Check out the [Link](https://docs.appflowy.io/docs/documentation/software-contributions/architecture/backend/profiling#enable-profiling)
/// for more information.
#[cfg(feature = "profiling")]
console_subscriber::init();