MCPcopy
hub / github.com/Dokploy/dokploy / MountConfig

Interface MountConfig

packages/server/src/templates/processors.ts:24–27  ·  view source on GitHub ↗

* Mount configuration

Source from the content-addressed store, hash-verified

22 * Mount configuration
23 */
24interface MountConfig {
25 filePath: string;
26 content: string;
27}
28
29/**
30 * Complete template interface that includes both metadata and configuration

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected