Open
Description
What problem does this feature solve?
If I am working on one page for a MPA project in a team, I want to build only this one page to deploy it and test. Maybe it is possible, I could not find it in the docs
What does the proposed API look like?
It would be simple to understand and remember smth like:
--pages "index,about"
--pages=index,about
--pages [index,about]