Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i18n(ko-KR): update cli-reference.mdx #11094

Merged
merged 2 commits into from
Feb 28, 2025
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
8 changes: 8 additions & 0 deletions src/content/docs/ko/reference/cli-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,14 @@ astro --config config/astro.config.mjs dev
프로덕션 환경에서 개발 서버 및 미리보기 서버를 노출하기 위해 `--host` 플래그를 사용하지 마세요. 서버는 사이트를 개발하는 동안에만 로컬 사용을 위해 설계되었습니다.
:::

### `--allowed-hosts`

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

`dev` 또는 `preview` 모드에서 Astro가 응답할 수 있는 호스트 이름을 지정합니다. 쉼표로 구분된 호스트 이름 목록이나 모든 호스트 이름을 허용하는 `true`를 전달할 수 있습니다.

호스트 이름 허용의 보안 관련 사항을 포함한 자세한 내용은 [Vite의 `allowedHosts` 기능](https://ko.vite.dev/config/server-options.html#server-allowedhosts)을 참조하세요.

### `--verbose`

문제를 디버깅할 때 유용한 자세한 로깅을 활성화합니다.
Expand Down