radonis
radonis copied to clipboard
When running in docker, islands run on server.
Description
I've setup the application docker config according to the Adonis JS documentation, and when running the code all islands are logging to the server. When I run the yarn dev, the islands log to the browser.
Islands are also server rendered, which means they are executed both on the client and on the server.