Skip to content

WorkspaceEntryPath

This content is not available in your language yet.

WorkspaceEntryPath = string

Defined in: core/src/workspace.ts:43

디렉토리 경로 또는 단일 * 가 포함된 glob.

  • "./packages/app" — 단일 디렉토리. 안의 zntc.config.* 가 있으면 자동 로드.
  • "./packages/*" — trailing wildcard. baseDir 의 직속 디렉토리 모두 매칭 (hidden / node_modules 제외).
  • "./apps/web-*" — prefix 매칭도 동일 규칙.

** (재귀 glob) 은 미지원 — 워크스페이스에서 흔치 않고 perf/edge case 가 늘어 의도적 제외.