Initial scaffold: pnpm workspace monorepo with backend + frontend
- Backend: Express + WebSocket proxy (tsx watch, strict TS, ESM) - Frontend: React 19 + Vite + Monaco + Tailwind v4 + Tauri v2 - pnpm workspace at root for single-install workflow - AGENTS.md with architectural constraints and commands - Removed Tauri greet demo, added minimal App shell - No external database, Git-as-Database philosophy
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
packages:
|
||||
- 'typst-leaf-backend'
|
||||
- 'typst-leaf-frontend'
|
||||
allowBuilds:
|
||||
esbuild: true
|
||||
Reference in New Issue
Block a user