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