MCPcopy Create free account
hub / github.com/GrapesJS/cli / ServeOptions

Interface ServeOptions

src/serve.ts:7–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import chalk from 'chalk';
6
7interface ServeOptions {
8 host?: string;
9 port?: number;
10 verbose?: boolean;
11}
12
13/**
14 * Start up the development server

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected