This website requires JavaScript.
Explore
Help
Register
Sign In
yujunjun
/
AppFlowy
Watch
1
Star
0
Fork
0
You've already forked AppFlowy
mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced
2025-09-09 08:40:06 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
AppFlowy
/
frontend
/
appflowy_web_app
/
src
/
utils
/
platform.ts
6 lines
97 B
TypeScript
Raw
Normal View
History
Unescape
Escape
chore: web and tauri project (#4996) * chore: web and tauri project fix: clippy * fix: update version
2024-04-03 19:25:54 +08:00
export
function
getPlatform() {
return
{
feat: support web document and cypress test (#5116) * feat: support web document and cypress test * fix: support blocks * fix: support table and outline * fix: update nginx
2024-04-29 14:32:14 +08:00
isTauri
:
!
!
import
.
meta
.
env
.
TAURI_PLATFORM
,
chore: web and tauri project (#4996) * chore: web and tauri project fix: clippy * fix: update version
2024-04-03 19:25:54 +08:00
}
;
}
Reference in New Issue
Copy Permalink