mirror of
https://github.com/MoonshotAI/kimi-code.git
synced 2026-07-31 20:14:53 +00:00
* chore: remove kimi-desktop app and desktop release pipeline The desktop client has moved to a dedicated internal repository. Drop the Electron shell app, the desktop-build reusable workflow and its release job, and all workspace references (dev script, typecheck filter, onlyBuiltDependencies, flake.nix entries, lockfile). The kimi-web desktop detection code is intentionally kept intact. * chore: fix flake.nix after kimi-desktop removal Complete the workspaceNames cleanup missed in the previous commit and refresh the pnpmDeps fixed-output hash for the regenerated lockfile.
15 lines
254 B
YAML
15 lines
254 B
YAML
packages:
|
|
- packages/*
|
|
- apps/*
|
|
- apps/vis/server
|
|
- apps/vis/web
|
|
- docs
|
|
|
|
catalog:
|
|
zod: 4.3.6
|
|
|
|
overrides:
|
|
"kimi-code>@tailwindcss/vite": "4.1.18"
|
|
"ssh2@1.17.0>cpu-features": "-"
|
|
"ssh2@1.17.0>nan": "-"
|
|
"kimi-code>tailwindcss": "4.1.18"
|