MoonZoon/todomvc

mzoon does not run prject due to missing [cors] section in MoonZoon.toml

Opened this issue · 1 comments

MoonZoon.toml is missing a cors section.
Adding

[cors]
origins = ["*"]

solved the problem.

Thanks!

It's strange, it should work with the old MZ version mentioned in README. I'll look at it later I'm afraid it could break the deploy and I want to update the repo following weeks / months.

More maintained (but almost the same) example is included in the MZ repo: https://github.com/MoonZoon/MoonZoon/tree/main/examples/todomvc