diff --git a/src/content/docs/develop/Debug/index.mdx b/src/content/docs/develop/Debug/index.mdx index 47e304187..6c88f45a1 100644 --- a/src/content/docs/develop/Debug/index.mdx +++ b/src/content/docs/develop/Debug/index.mdx @@ -11,3 +11,9 @@ sidebar: import Stub from '@components/Stub.astro'; + +Check if the app is running in development mode + +```rs +let is_dev = tauri::dev() +``` \ No newline at end of file