feat: less bad installations

This commit is contained in:
2025-02-23 20:54:47 +01:00
parent caead1e70f
commit 6236b8ef96
13 changed files with 124 additions and 58 deletions

View File

@ -14,6 +14,9 @@ export interface Package {
download_url: string;
deprecated: boolean;
} | null;
js: {
busy: boolean;
};
}
export interface Profile {