> ## Documentation Index
> Fetch the complete documentation index at: https://docs.morph-data.io/llms.txt
> Use this file to discover all available pages before exploring further.

# compile

`morph compile`コマンドは、Morphのソースコードをコンパイルするためのコマンドです。

`morph run`などのコマンドが実行される前には自動的に呼び出されていますが、コンパイルエラーを解消するためにデバッグをする時にコンパイルだけを実行したい場合に使用します。

## Examples

```bash Shell theme={"dark"}
workdir $ morph compile
Successfully compiled! 🎉
```
