mirror of
https://github.com/flarum/core.git
synced 2025-07-17 06:41:21 +02:00
feat: Queue package manager commands (#3418)
* feat: Queue package manager commands * adjust tests * fix: force run whynot command synchronously * chore: maximize command output box's height * chore: more user instructions on background queue * feat: track command peak memory usage * feat: exit of CLI php version doesn't match web php version * chore: install deps * chore: format and typing workflow fix Signed-off-by: Sami Mazouz <ilyasmazouz@gmail.com>
This commit is contained in:
1
framework/core/js/dist-typings/admin/AdminApplication.d.ts
generated
vendored
1
framework/core/js/dist-typings/admin/AdminApplication.d.ts
generated
vendored
@@ -4,6 +4,7 @@ import ExtensionData from './utils/ExtensionData';
|
||||
import IHistory from '../common/IHistory';
|
||||
export declare type Extension = {
|
||||
id: string;
|
||||
name: string;
|
||||
version: string;
|
||||
description?: string;
|
||||
icon?: {
|
||||
|
@@ -9,6 +9,7 @@ import IHistory from '../common/IHistory';
|
||||
|
||||
export type Extension = {
|
||||
id: string;
|
||||
name: string;
|
||||
version: string;
|
||||
description?: string;
|
||||
icon?: {
|
||||
|
Reference in New Issue
Block a user