Hi!
I'm trying to write a web core app to use in different places. I would like to write the code once and fill some data on start-up to use on each environment separately.
- How do I pas URL parameters to the web core on startup?
- Is possible to change the index.html page to execute the JS with a startup parameter?