-
-
Notifications
You must be signed in to change notification settings - Fork 98
Description
Having multiple startCommands
Have you ever considered, the "frontMatter.framework.startCommand" could have multiple entries. When building my web sites or adding new content, I often find my self running the startCommand with multiple parameters, e.g. showing drafts and future posts, to get a visual view of posts and layout etc.
On the other hand, when changing some code or layout, I quite often want to run the startCommand with less parameters, no drafts, no future posts etc.
I am imagine the first entry should be the default, however if multiple entries has been added to the frontMatter.framework.startCommand, a dropdown on "Start Server" button should allow me to change from one startCommand to another.
Thank you for a great solution, it is much appreciated.
--Jesper