radonis icon indicating copy to clipboard operation
radonis copied to clipboard

When running in docker, islands run on server.

Open iamlasse opened this issue 1 year ago • 1 comments

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.

iamlasse avatar Nov 28 '23 14:11 iamlasse

Islands are also server rendered, which means they are executed both on the client and on the server.

microeinhundert avatar Dec 18 '23 19:12 microeinhundert