--- import VtBotDebug1 from './VtBotDebug1.astro'; export interface Props { production?: boolean; } const TAG = 'vtbot-debug'; const { production = false } = Astro.props; const active = import.meta.env.DEV || production; --- {active && } {active && }