Archived
feat: unify Docker entrypoint
This commit is contained in:
@@ -434,7 +434,8 @@ export interface TerminalCommandRunFilter {
|
||||
|
||||
export type PiWebServiceComponent = "web" | "sessiond";
|
||||
export type PiWebStatusSeverity = "info" | "warning" | "error";
|
||||
export type PiWebInstallationKind = "pi-package" | "npm-global" | "local" | "unknown";
|
||||
export type PiWebInstallationKind = "pi-package" | "npm-global" | "local" | "docker" | "unknown";
|
||||
export type PiWebDockerMode = "runtime" | "dev";
|
||||
|
||||
export interface PiWebInstallationInfo {
|
||||
kind: PiWebInstallationKind;
|
||||
@@ -442,6 +443,7 @@ export interface PiWebInstallationInfo {
|
||||
source?: string;
|
||||
scope?: "user" | "project";
|
||||
npmRoot?: string;
|
||||
dockerMode?: PiWebDockerMode;
|
||||
}
|
||||
|
||||
export interface PiWebComponentStatus {
|
||||
|
||||
Reference in New Issue
Block a user