how to build a web-module
out of ecmascript in a primitiv existing way?
NodeJS NPX Example WIP
npx @rollup -p @rollup/plugin-node-resolve entry-point.js --dir ./web-module
TODO: need to look which pattern is the right the one with a specific node version and workspaces or not
the above is pseudo code that could work or not.