Tools & "Runners"

Vanadin contains some special modules for integration with compilers, frameworks and more.

You can import different modules from tools/...:

import { run } from "tools/node";

// runs `node index.js`
run("index.js");