Logo
Explore Help
Register Sign In
yujunjun/AppFlowy
1
0
Fork 0
You've already forked AppFlowy
mirror of https://github.com/AppFlowy-IO/AppFlowy.git synced 2025-09-07 23:57:39 +00:00
Code Issues Packages Projects Releases Wiki Activity
AppFlowy/frontend/appflowy_tauri/src/main.tsx

11 lines
276 B
TypeScript
Raw Normal View History

Feat/tauri (#1716) * feat: support tauri desktop * chore: support call flowy sdk command * chore: switch to svelte * chore: gen js protobuf * chore: import js protobuf * chore: call flowy sdk handler * chore: update scipts * chore: create index.ts * chore: track files * chore: gen ts event * chore: replace application icon * chore: migrate to react * chore: fix wanrings Co-authored-by: nathan <nathan@appflowy.io>
2023-01-17 16:27:17 +08:00
import React from "react";
import ReactDOM from "react-dom/client";
refactor: tauri folder (#1738)
2023-01-24 14:01:30 +08:00
import App from "./appflowy_app/App";
import "./appflowy_app/style.css";
Feat/tauri (#1716) * feat: support tauri desktop * chore: support call flowy sdk command * chore: switch to svelte * chore: gen js protobuf * chore: import js protobuf * chore: call flowy sdk handler * chore: update scipts * chore: create index.ts * chore: track files * chore: gen ts event * chore: replace application icon * chore: migrate to react * chore: fix wanrings Co-authored-by: nathan <nathan@appflowy.io>
2023-01-17 16:27:17 +08:00
ReactDOM.createRoot(document.getElementById("root") as HTMLElement).render(
<React.StrictMode>
<App />
</React.StrictMode>
);
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.5 Page: 703ms Template: 76ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API