@dxos/app-framework - v0.9.0
    Preparing search index...

    Variable PLUGIN_DEV_SERVER_PORTConst

    PLUGIN_DEV_SERVER_PORT: 3967

    Default port the Vite plugin (composerPlugin) binds the dev server to.

    Shared single source of truth — composerPlugin reads it as the default port, and the host's "Load Dev Plugin" affordance pre-fills the manifest URL with http://localhost:${PLUGIN_DEV_SERVER_PORT}/manifest.json. Lives in app-framework rather than @dxos/protocols because the constant is a client-side convention (host loader + Vite plugin) rather than a wire-level protocol.