generated from erangel1/generic-template
initial commit. phase 1 complete
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
export declare function logStartInfo({ networkUrl, appUrl, envInfo, expFeatureInfo, maxExperimentalFeatures, }: {
|
||||
networkUrl: string | null;
|
||||
appUrl: string | null;
|
||||
envInfo?: string[];
|
||||
expFeatureInfo?: string[];
|
||||
maxExperimentalFeatures?: number;
|
||||
}): void;
|
||||
export declare function getStartServerInfo(dir: string, dev: boolean): Promise<{
|
||||
envInfo?: string[];
|
||||
expFeatureInfo?: string[];
|
||||
}>;
|
||||
Reference in New Issue
Block a user