What version of starlight are you using?
0.36.1
What version of astro are you using?
5.14.6
What package manager are you using?
pnpm
What operating system are you using?
Linux
What browser are you using?
Chrome
Describe the Bug
Hello,
When using pagefind (which is the default) the hook forces the use of npx. See https://github.com/withastro/starlight/blob/5018793b5c03d6d22eaec4c7174b5fe1c0aeace5/packages/starlight/index.ts#L162C6-L162C17
I'm in a constrained environment (bazel) where I only have access to pnpm so it would be great to be able to choose the specific env package manager.
Link to Minimal Reproducible Example
none
Participation