# pnpm configuration for the standalone github.com/ggui-ai/ggui repo
# (this directory is the subtree-split root, so this file lands at the
# repo root there). Mirrors the monorepo's pnpm behavior so the e2e
# suites — which assume a hoisted node_modules layout (see
# e2e/journeys/tests/workspace-paths.ts `hoistedBin`) — resolve
# dependencies identically here.
engine-strict=true
auto-install-peers=true
strict-peer-dependencies=false
node-linker=hoisted
