import pkg from '../node_modules/.pnpm/esbuild@0.21.5/node_modules/esbuild/lib/main.js'; const { build } = pkg; await build({ entryPoints: ['scripts/simtest.ts'], bundle: true, format: 'esm', platform: 'node', outfile: '/tmp/simtest.mjs', logLevel: 'warning', }); console.log('bundled ok');