jakeoid
jakeoid•7mo ago

Telling Windmill to use `deno` runtime not `bun`

I'm sure this has a really obvious answer but I wasn't able to find one in the docs nor by searching deno here on the Discord 🙂 I want to write a script using the deno runtime in Visual Studio Code but it seems to be defaulting to using bun. Is there an obvious part I'm missing to guide Windmill to use whichever runtime?
No description
2 Replies
rubenf
rubenf•7mo ago
Either use as extension .deno.ts or have a wmill.yaml that contains defaultTs: deno at root of your vscode workspace
jakeoid
jakeoidOP•7mo ago
Ahhh legendary thank you Ruben 🙂