import { runMain } from 'node:module';
try { import.meta.resolve('doesnt-matter.mjs') } catch {}
runMain();