I need to integrate monaco-editor on a web page with a pure client-side solution, and without node.js.
I found an nice answer by @SimperT How to implement monaco-editor on a webpage without nodejs and electron but his repository is outdated (js is a wild world), and I had an extra constraint that files can only be served locally (no cdn, its for an intranet, without external access).
So, this is a bit a message in a bottle, but if someone has clues or directions on how to do it, I'm all ear... (If I come up with a solution, I'll post it here)