DSH-Arch-Setup/plugins/dsh-fullwidth/lib/index.js
Шурупов Илья Викторович cf9443753e Add one-command Arch DSH setup
Package the portable DSH profiles, local plugins, desktop integration, Firefox wrapper, and ownership-aware installer lifecycle. Bundle checksum-pinned OpenVSCode, editor extensions, translation assets, and cloudflared so unreliable upstream artifact downloads cannot break a clean installation.
2026-09-12 19:13:36 +03:00

17 lines
477 B
JavaScript

/**
* dsh-fullwidth — host half.
*
* This plugin is client-only: every behavior lives in the browser half
* (exports "./client"), which injects a <style> overriding the chat
* content-width CSS variable. The host half exists solely so the profile row
* loads cleanly; it registers nothing.
* @module dsh-fullwidth
*/
export const name = 'dsh-fullwidth'
/** No host services required. */
export const inject = []
/** No-op host apply. */
export function apply() {}