Vinxi project such as solid-start doesn't work with Deno 2.0
Here is a repo: https://github.com/Ciantic/deno-solid-test
This most likely because Vinxi runs
It's notable that bun also has same error, but it can be fixed by using a flag
Maybe deno needs similar functionality as bun.
This most likely because Vinxi runs
node.exe behind the scenes instead of deno.exe.It's notable that bun also has same error, but it can be fixed by using a flag
--bun that fakes bun.exe as node.exe.Maybe deno needs similar functionality as bun.
GitHub
Contribute to Ciantic/deno-solid-test development by creating an account on GitHub.