Cost of Developing locally in VSCode
Hello,
I am trying to setup windmill within vscode to develop and debug my flows and scripts following the documentation for editing scripts locally. The documentation further mentions it is possible to run scripts locally provided my development environment is setup correctly. Although I have the dependences installed (Deno and Bun), would my Windmill workspace incur costs?
Local development | Windmill
Windmill has its own integrated development environment, but you can also develop and run scripts locally, both with self-hosted and cloud instances.
2 Replies
yes since the scripts are still executed on Windmill
That's good to know, thanks 🙂