This website requires JavaScript.
Explore
Help
Sign In
AI
/
orchai
Watch
1
Star
0
Fork
You've already forked orchai
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
99eb56fa3e
orchai
/
src
/
App.tsx
10 lines
99 B
TypeScript
Raw
Normal View
History
Unescape
Escape
scaffold: Tauri 2 + React + TypeScript via create-tauri-app Manually scaffolded Tauri 2 + React + TypeScript + Vite project structure since the CLI requires an interactive terminal. Preserves existing docs/ and .git history. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-13 07:31:24 +00:00
function
App() {
return
(
fix: set CSP, remove scaffold demo code and unused plugins Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-13 07:37:19 +00:00
<
div
>
scaffold: Tauri 2 + React + TypeScript via create-tauri-app Manually scaffolded Tauri 2 + React + TypeScript + Vite project structure since the CLI requires an interactive terminal. Preserves existing docs/ and .git history. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-13 07:31:24 +00:00
<
h1
>
Orchai
<
/
h1
>
fix: set CSP, remove scaffold demo code and unused plugins Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-13 07:37:19 +00:00
<
/
div
>
scaffold: Tauri 2 + React + TypeScript via create-tauri-app Manually scaffolded Tauri 2 + React + TypeScript + Vite project structure since the CLI requires an interactive terminal. Preserves existing docs/ and .git history. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-13 07:31:24 +00:00
)
;
}
export
default
App
;
Reference in a new issue
Copy permalink