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