inputusernamehere
inputusernamehere
I appreciate you investigating this issue and outlining what needs to be done. I'll be pretty busy for the forseeable future so if someone else wants to give it a...
Ahh must be the case yeah, I do indeed have a launchSettings.json file with `"launchBrowser": true`. Case solved. Maybe it would be better for the template to include a launcSettings.json...
Apparently this is an issue not just with empty lists but all F# lists. ResizeArray seems to serialize correctly so that can be used instead.
I used `ResizeArray` instead of `string list`, which serializes correctly. Not sure what's best to do for Giraffe here.