Does Wix Velo have the concept of development and production modes? Are there any steps that should be taken to put a site in production mode before a site is published?
Context & Examples
Examples
For example, React JS has strict mode and and Node JS has production and development modes. The idea is to have more logs and code execution happening twice to ensure that nothing is broken before code is pushed to productions.
Published Site Running in Dev Mode
I noticed that in some cases my code in published app is executed twice an I always see this log in browser console when a page loads:
Running the code for the Home page. To debug this code in your browser’s dev tools, open [file_name].js.
That makes me think that there might be a dev mode that needs to be turned off before a site is published.
Question
With that as the context, does anyone know if Wix has some sort of mode configuration that needs to be set to production before a site is published?