Hello Node Command
Create a workspace, write hello.js, run node, stream real logs, and export a public-safe report.
hello.js
console.log(JSON.stringify({ ok: true, service: 'platphorm-sandbox', message: 'hello sandbox' }, null, 2));Create a workspace, write hello.js, run node, stream real logs, and export a public-safe report.
console.log(JSON.stringify({ ok: true, service: 'platphorm-sandbox', message: 'hello sandbox' }, null, 2));