@storm-software/pulumi-tools
Version:
Tools for managing Pulumi infrastructure within a Nx workspace.
7 lines (6 loc) • 371 B
TypeScript
export { NormalizedPulumiExecutorOptions, PulumiCommandOptions, PulumiExecutorSchema, withPulumiExecutor } from './base-executor.js';
export { Provider, getCloudTemplateName } from './providers.js';
import '@nx/devkit';
import '@storm-software/config-tools';
import '@storm-software/workspace-tools';
import '@storm-software/workspace-tools/base/base-executor.schema.d';