Open richlander opened 1 year ago
Thanks for the spot. That pesky option seems to have got everywhere. The guidance going forward is to leave it out - it's now the default behaviour of Spin. I will update the docs!
Another place it appears is README on Bartholomew template project.
$ spin up --follow-all
Serving HTTP on address http://127.0.0.1:3000
Available Routes:
bartholomew: http://127.0.0.1:3000 (wildcard)
fileserver: http://127.0.0.1:3000/static (wildcard)
Instead of this, I would recommend using:
$ spin watch --skip-build
This command is used in multiple SDK instructions. What's the guidance going forward?
https://github.com/fermyon/spin-dotnet-sdk#building-the-hello-world-sample https://github.com/fermyon/spin-js-sdk/tree/main/examples/javascript/hello_world#running-the-example