is the default fly.toml process value incorrect #1050
Unanswered
damiensedgwick
asked this question in
Q&A
Replies: 1 comment 1 reply
-
It's definitely the extension. I'm not getting errors when deploying π€·ββοΈ Maybe it doesn't matter since it's empty anyway? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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 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.
Beta Was this translation helpful? Give feedback.
All reactions