mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-27 20:46:24 +00:00
9 lines
445 B
YAML
9 lines
445 B
YAML
packages:
|
|
- "app"
|
|
# PTT plugin's guest-js bindings — TS sources consumed by the mobile crate.
|
|
# We intentionally do NOT use `packages/*` here because `packages/npm/` ships
|
|
# a `postinstall` that downloads a pre-built openhuman binary from a GitHub
|
|
# release; that release does not exist at version 0.0.0 (the placeholder
|
|
# version on the npm package), and CI would fail the install step every time.
|
|
- "packages/tauri-plugin-ptt"
|