Hi all, dropping my question here rather than opening a github issue as it may simply be user error.
I am having difficulty launching the publish dev server from within vscode. When I launch the dev server via the "Dendron: Publish Dev" action, I first get prompted to select "Use default" or "Use config", I have tried both. After that I am prompted to "Skip" or "Don't skip" the build process. I assume that I should not skip the build process, however I have tried both.
Regardless of the options I choose, I get the following error:
"siteUrl is undefined. See
https://dendron.so/notes/f2ed8639-a604-4a9d-b76c-41e205fb8713.html#siteurl for more details"
I have the following set in my dendron.yml
publishing:
siteUrl: "https://test.com/"
However, I am able to build and host the dev via the CLI
$ npx dendron publish build
$ npx dendron publish dev
So it's just within vscode itself that I cannot build. Is there something else that I am missing?