When I was trying to deploy spin-docs to Fermyon Cloud, I got this error:
Error: Failed to read Spin app manifest from "spin.toml"
Caused by:
TOML parse error at line 66, column 11
|
66 | command = ["npm run bundle-scripts-ci"]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
invalid type: sequence, expected a string
Learn more at https://developer.fermyon.com/cloud/faq
Fix: remove the square brackets.