Files
clawdbot/pnpm-workspace.yaml
meaningfool 214ab16eb2 fix: correctly define pnpm workspace and clean up vite build scripts
This change adds the missing 'packages' definition to pnpm-workspace.yaml, allowing pnpm to correctly install dependencies for the 'ui' sub-package. This resolves the 'vite: command not found' error during 'ui:build'. It also reverts the temporary 'pnpm dlx' workarounds in ui/package.json.
2025-12-25 22:52:22 +01:00

11 lines
139 B
YAML

packages:
- "."
- "ui"
onlyBuiltDependencies:
- '@whiskeysockets/baileys'
- authenticate-pam
- esbuild
- protobufjs
- sharp