I was playing around with pollen today and I saw that the start command failed to notice that my server didn't start up properly because I already had a server running on 8080. I fixed that in the first commit and then I had some trouble figuring out how to tell it to use a different port, because raco pollen start --help made no mention of the positional port argument so the 2nd commit addresses that issue.
I was playing around with pollen today and I saw that the start command failed to notice that my server didn't start up properly because I already had a server running on 8080. I fixed that in the first commit and then I had some trouble figuring out how to tell it to use a different port, because `raco pollen start --help` made no mention of the positional `port` argument so the 2nd commit addresses that issue.
I was playing around with pollen today and I saw that the start command failed to notice that my server didn't start up properly because I already had a server running on 8080. I fixed that in the first commit and then I had some trouble figuring out how to tell it to use a different port, because
raco pollen start --help
made no mention of the positionalport
argument so the 2nd commit addresses that issue.Thanks! The docs are sketchy on the use of
confirmation-channel
— I never understood how to use it.c02eab7b90
.Step 1:
From your project repository, check out a new branch and test the changes.Step 2:
Merge the changes and update on Gitea.