Render plugin data from static server

This commit is contained in:
2022-03-12 14:00:40 -05:00
parent 74c8920edf
commit 6a76bfac33
6 changed files with 57 additions and 41 deletions

View File

@@ -38,6 +38,7 @@ export interface PluginFile {
hash: string;
parseError?: string;
enabled: boolean;
size: number;
}
export type PluginsState = {