mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-09-09 08:40:06 +00:00
6 lines
91 B
TypeScript
6 lines
91 B
TypeScript
![]() |
export function getPlatform() {
|
||
|
return {
|
||
|
isTauri: import.meta.env.TAURI_MODE,
|
||
|
};
|
||
|
}
|