UNPKG

@shopify/cli-kit

Version:

A set of utilities, interfaces, and models that are common across all the platform features

6 lines (5 loc) 200 B
import type { HostOptions } from './types.js'; export declare function createServer(projectName: string): { host: (options?: HostOptions) => string; url: (options?: HostOptions) => string; };