import Vern from 'vern';const client = new Vern({ apiKey: process.env['VERN_SDK_API_KEY'], // This is the default and can be omitted});async function main() { const run = await client.runs.retrieve('id'); console.log(run.id);}main();
import Vern from 'vern';const client = new Vern({ apiKey: process.env['VERN_SDK_API_KEY'], // This is the default and can be omitted});async function main() { const run = await client.runs.retrieve('id'); console.log(run.id);}main();