Thanks so much @jen! I was thinking netlify dev would pick up from configuration settings from the [build] block. In looking at the documentation you provided, realized I need to pass in the command flag, as you mentioned, or specify dev server instructions in the [dev] block.
I was thinking that netlify dev might host it’s own static site server from the publish directory, but I can’t get that to work even when using framework = #static, so I’m using npx live-server instead to host the built files.
Also, thanks for the quick reply and sorry for the late response on my end - I have email notifications turned on now