I noticed that the default launch configuration generated by VSCode for npm debugging (Launch via NPM) sets the configuration type as "pwa-node" by default.
Adding "Launch via NPM" configuration:
Generated configuration type:
I've searched a bit but didn't find the meaning of this (maybe something related to Progressive Web Apps?).
Does anyone know the meaning of "pwa-node" and why "pwa-node" and not "node"?