@scaffoldly/rowdy 0.1.0-beta.20251115030344.459728d → 0.1.0-beta.20251116163951.d8c2281
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.
- package/dist/index.d.ts +1 -0
- package/dist/index.js +194 -151
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -225,6 +225,7 @@ declare class Environment implements ILoggable {
|
|
|
225
225
|
get command(): string[] | undefined;
|
|
226
226
|
get env(): Record<string, string | undefined>;
|
|
227
227
|
init(): this;
|
|
228
|
+
serve(): this;
|
|
228
229
|
poll(): Observable<Result<Pipeline>>;
|
|
229
230
|
protected withSecrets(secrets: Secrets): this;
|
|
230
231
|
repr(): string;
|