mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-03-12 09:27:22 +00:00
fix: hello world plugin
This commit is contained in:
@@ -9,7 +9,7 @@ export type Plugin = {
|
||||
description: string;
|
||||
author: string;
|
||||
icon: string;
|
||||
type: 'iframe' | 'react';
|
||||
type: 'iframe' | 'react' | 'module';
|
||||
slot: 'tab';
|
||||
entry: string;
|
||||
server: string | null;
|
||||
|
||||
Reference in New Issue
Block a user