Hello Node Command

Create a workspace, write hello.js, run node, stream real logs, and export a public-safe report.

Instantiate locally
hello.js
console.log(JSON.stringify({ ok: true, service: 'platphorm-sandbox', message: 'hello sandbox' }, null, 2));
Help