-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vinxi's build command tries to run node.EXE even when using Deno #407
Comments
1 task
Nitro does have deno support with preset https://github.com/unjs/nitro/blob/v2/docs/2.deploy/10.runtimes/deno.md But Vinxi is not aware of that: vinxi/packages/vinxi/bin/cli.mjs Lines 325 to 351 in 432fdf5
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have example repo here:
https://github.com/Ciantic/deno-solid-test/
Some reason when running it through deno it still tries to run
node.exe
instances.Notice the telltale warning:
In following call:
(With Bun vinxi works only with
--bun
that does ugly hack of symlinkingnode.exe
asbun.exe
)The text was updated successfully, but these errors were encountered: