Search the reference...
/
property
Did the current file start the process?
if (import.meta.main) { console.log("I started the process!"); }