Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/content/docs/ko/reference/cli-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -419,13 +419,13 @@ astro --config config/astro.config.mjs dev

<p><Since v="5.0.0" /></p>

[콘텐츠 레이어 캐시](/ko/guides/content-collections/#컬렉션-loader-정의)를 지우고 전체 리빌드를 강제 실행합니다.
콘텐츠 레이어 캐시를 지우고 전체 리빌드를 강제 실행합니다.

### `--mode <string>`

<p><Since v="5.0.0" /></p>

프로젝트의 인라인 [`mode`](/ko/reference/programmatic-reference/#mode) 구성을 설정합니다.
프로젝트의 인라인 [`mode`](/ko/reference/programmatic-reference/) 구성을 설정합니다.

### `--outDir <path>`

Expand Down
Loading