fix: hello world plugin

This commit is contained in:
simosmik
2026-03-05 12:18:38 +00:00
parent c9694f9eb6
commit c9465a64be
3 changed files with 136 additions and 3 deletions

View File

@@ -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;