UNPKG

shopify

Version:

A CLI tool to build for the Shopify platform

24 lines (21 loc) 456 B
import { cwd } from "./chunk-EG6MBBEN.js"; import { init_cjs_shims } from "./chunk-PKR7KJ6P.js"; // src/cli/services/doctor-release/context.ts init_cjs_shims(); function createDoctorContext(options) { return { workingDirectory: options.path ?? cwd(), environment: options.environment, store: options.store, password: options.password, data: {} }; } export { createDoctorContext }; //# sourceMappingURL=chunk-ITTNM7I4.js.map