The project is no longer a monorepo/workspace - there is only a single
app package. Remove the redundant client/ nesting: all source, the
Capacitor Android project, config files and package.json/tsconfig now
live directly at the repo root.
- Merge client/package.json into root package.json (drop the
workspaces field and the now-unnecessary bun --cwd client wrappers).
- Merge client/bun.lock (the actual dependency lockfile) into the
root, replacing the stale workspace-only root lockfile.
- Move src/, public/, android/, index.html, vite.config.ts,
capacitor.config.ts, tsconfig.{app,node}.json to the repo root.
- Update Dockerfile.android to build from the repo root instead of
cd'ing into client/.
- Update .github/workflows/ci.yml type-check step to run bun run build
directly instead of bun --cwd client run build.
- Update README.md and .github/copilot-instructions.md to drop
references to the client/ subdirectory.
- Drop the stale server/downloads/ entry from .gitignore (leftover
from an old server-based architecture that no longer exists).
11 lines
516 B
XML
11 lines
516 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48">
|
|
<rect width="48" height="48" rx="9.5" fill="#12181f"/>
|
|
<g transform="rotate(-45 24 24)">
|
|
<rect x="15" y="6" width="10" height="30" rx="5" fill="#f2841e"/>
|
|
<rect x="15" y="26" width="10" height="4.5" fill="#ffb066"/>
|
|
<circle cx="20" cy="41" r="2.5" fill="#12181f"/>
|
|
<circle cx="20" cy="41" r="1.3" fill="#ffb066"/>
|
|
<rect x="17" y="9" width="2" height="20" rx="1" fill="#ffffff" opacity="0.25"/>
|
|
</g>
|
|
</svg>
|