In the authoring tutorial, it says you can pass config variables with either
- Passing URL query parameters when using
pixlet serve
. - Setting command-line arguments via
pixlet render
.
I was at least trying to do 1), but how do you pass query params with pixlet serve? I tried appending query params to http://127.0.0.1:8080 with no affect. It would be helpful if there were actual examples of each of these approaches.