@catladder/cli 1.162.0 → 1.163.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -98,6 +98,9 @@ export type BuildConfigNode = {
|
|
|
98
98
|
docker?: Omit<BuildConfigDockerBuiltInNode, "type"> | BuildConfigDocker;
|
|
99
99
|
} & BuildConfigNodeBase;
|
|
100
100
|
export type BuildConfigNodeStatic = BuildConfigNodeBase & {
|
|
101
|
+
/**
|
|
102
|
+
* @deprecated use type: "node" and docker: { type: "nginx" } instead
|
|
103
|
+
*/
|
|
101
104
|
type: "node-static";
|
|
102
105
|
startCommand?: never;
|
|
103
106
|
docker?: Omit<BuildConfigDockerBuiltInNgninx, "type"> | BuildConfigDocker;
|
|
@@ -221,6 +224,9 @@ export type BuildConfigRails = BuildConfigBase & {
|
|
|
221
224
|
};
|
|
222
225
|
};
|
|
223
226
|
export type BuildConfigStorybook = BuildConfigNodeBase & {
|
|
227
|
+
/**
|
|
228
|
+
* @deprecated use type: "node" and docker: { type: "nginx" } instead
|
|
229
|
+
*/
|
|
224
230
|
type: "storybook";
|
|
225
231
|
startCommand?: never;
|
|
226
232
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../../pipeline/src/build/types.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../../pipeline/src/build/types.ts"],"names":[],"mappings":";;;AAsTO,IAAM,uBAAuB,GAAG,UACrC,CAAsB;IAEtB,IAAI,CAAC,CAAC;QAAE,OAAO,KAAK,CAAC;IACrB,OAAO,CAAC,CAAC,MAAM,IAAI,CAAC,CAAC,CAAC;AACxB,CAAC,CAAC;AALW,QAAA,uBAAuB,2BAKlC;AAEK,IAAM,aAAa,GAAG,UAC3B,CAAc;IACd,eAAW;SAAX,UAAW,EAAX,qBAAW,EAAX,IAAW;QAAX,8BAAW;;IAEX,IAAI,CAAC,IAAA,+BAAuB,EAAC,CAAC,CAAC;QAAE,OAAO,KAAK,CAAC;IAC9C,OAAO,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC;AAChC,CAAC,CAAC;AANW,QAAA,aAAa,iBAMxB"}
|