Adapters
Here is a list of the available adapters:
houdini-adapter-cloudflare: builds your application to run on Cloudflare Pageshoudini-adapter-static: builds your application to run as a single page application (no server bits). Keep in mind if you use this adapter, your+indexfile will be used to generate the static shell. This means that any special react components (error boundaries, etc) should be moved to the root+layoutin order to preserve the behavior.houdini-adapter-auto: tries to install the appropriate adapter for the current situation