feat: Add new emoji assets and an UpdateBanner component.
Some checks failed
Build and Release / build-and-release (push) Failing after 3m28s

This commit is contained in:
Bryan1029384756
2026-02-13 12:20:40 -06:00
parent 63d4208933
commit fe869a3222
3855 changed files with 10226 additions and 15543 deletions

View File

@@ -1,14 +1,18 @@
{
"name": "discord-clone",
"private": true,
"workspaces": [
"packages/*",
"apps/*"
],
"scripts": {
"dev": "npx convex dev",
"backend": "npx convex dev",
"frontend": "cd Frontend/Electron && npm run dev",
"electron": "cd Frontend/Electron && npm run electron:dev",
"electron:build": "cd Frontend/Electron && npm run electron:build",
"install:frontend": "cd Frontend/Electron && npm install",
"install:all": "npm install && cd Frontend/Electron && npm install"
"dev:backend": "npx convex dev",
"dev:web": "npm run dev -w apps/web",
"dev:electron": "npm run electron:dev -w apps/electron",
"build:web": "npm run build -w apps/web",
"build:electron": "npm run electron:build -w apps/electron",
"build:android": "npm run build -w apps/web && npm run cap:sync -w apps/android",
"install:all": "npm install"
},
"dependencies": {
"@convex-dev/presence": "^0.3.0",