MCPcopy Create free account
hub / github.com/MarsWang42/Awel / ServerOptions

Interface ServerOptions

packages/cli/src/server.ts:36–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34const __dirname = dirname(__filename);
35
36interface ServerOptions {
37 awelPort: number;
38 targetPort: number;
39 projectCwd: string;
40 fresh?: boolean;
41}
42
43/**
44 * Serves a static file with proper MIME type, or returns null if not found

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected