What is the problem this feature would solve?
I recently had to create a script that had to build other packages before running it, which was a script in the workspace root. The script ended up being cd ../ && bun build:extension && cd ./frontend && shopify app dev --skip-dependencies-installation
What is the feature you are proposing to solve the problem?
Adding some reserved word to express workspace root for --filter. Maybe a "_"? bun -F _ build:extension
What alternatives have you considered?
No response