feat: Initialize the Electron frontend with core UI components and integrate Convex backend services.

This commit is contained in:
Bryan1029384756
2026-02-10 18:29:42 -06:00
parent 34e9790db9
commit 17790afa9b
64 changed files with 149216 additions and 628 deletions

View File

@@ -11,7 +11,9 @@
"Bash(npx convex:*)",
"Bash(npx @convex-dev/auth:*)",
"Bash(dir:*)",
"Bash(npx vite build:*)"
"Bash(npx vite build:*)",
"Bash(npx tsc:*)",
"Bash(npx -y esbuild:*)"
]
}
}