MCPcopy
hub / github.com/ThatGuySam/doesitarm / AstroDevServer

Interface AstroDevServer

test/playwright/support/astro-browser-test.ts:10–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8const host = '127.0.0.1'
9
10export interface AstroDevServer {
11 baseUrl: string
12 output: {
13 text: string
14 }
15 process: ChildProcessWithoutNullStreams | null
16}
17
18function canAccessPath ( filePath: string ) {
19 try {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected