UNPKG

@shopify/cli

Version:

A CLI tool to build for the Shopify platform

11 lines 329 B
import { cwd } from '@shopify/cli-kit/node/path'; export function createDoctorContext(options) { return { workingDirectory: options.path ?? cwd(), environment: options.environment, store: options.store, password: options.password, data: {}, }; } //# sourceMappingURL=context.js.map