web_preview
There is no web_preview module in the Go daemon.
Older docs and older drafts described agent tools like
PreviewProxy / PreviewPublish / PreviewDetach under
tools.modules.web_preview. That module is not registered, and
declaring it in YAML will not load those tools.
What exists instead
| Piece | What it does |
|---|---|
preview | Agent tools to inspect / drive the live preview pane. |
previewshot | Headless screenshot of a built preview URL. |
| HTTP preview routes | Built session assets appear in the Digitorn preview UI. |
| Socket.IO event name | There is no web_preview module id in app YAML. |
Craft-style apps build into the session workdir and the client
loads the served preview URL. They do not call PreviewProxy.
Config note
There is no top-level daemon config block named web_preview.
Public URLs for browser-facing surfaces use
server.public_base_url (and related server settings). See
Daemon configuration.