When I create a new project and open up fly.toml, I am greeted with a red squiggly. If I hover over it I get the message [] is not of type "object"Even Better TOML and changing it to { } fixes the issue.

I did wonder if it was just the extension even better toml but further down we have allowed_public_ports = [] which seems totally fine so I am not so sure.
Reading through the docs on fly.io I am unable to find a top level processes such as this to clarify what it should be.
When I create a new project and open up fly.toml, I am greeted with a red squiggly. If I hover over it I get the message
[] is not of type "object"Even Better TOMLand changing it to{ }fixes the issue.I did wonder if it was just the extension
even better tomlbut further down we haveallowed_public_ports = []which seems totally fine so I am not so sure.Reading through the docs on fly.io I am unable to find a top level processes such as this to clarify what it should be.