mirror of
https://github.com/tauri-apps/tauri-search.git
synced 2026-02-04 02:41:20 +01:00
8 lines
208 B
YAML
8 lines
208 B
YAML
packages:
|
|
- "packages/**"
|
|
# excludes test dirs and node_modules
|
|
- "!**/test/**"
|
|
- "!**/node_modules/**"
|
|
# [Ref](https://pnpm.io/workspaces#shared-workspace-lockfile)
|
|
shared-workspace-lockfile: true
|