diff --git a/.llms-snapshots/llms-full.txt b/.llms-snapshots/llms-full.txt index 94b297db..72bd033a 100644 --- a/.llms-snapshots/llms-full.txt +++ b/.llms-snapshots/llms-full.txt @@ -7078,7 +7078,7 @@ Now, your local development environment is up and running, ready for you to star Once you're ready to see your changes in action, compile your code: ``` -juno emulator build +juno functions build ``` Changes are detected and automatically deployed, allowing you to test your custom code locally almost immediately. diff --git a/docs/guides/rust.mdx b/docs/guides/rust.mdx index dfb7d866..1406a195 100644 --- a/docs/guides/rust.mdx +++ b/docs/guides/rust.mdx @@ -28,7 +28,7 @@ Now, your local development environment is up and running, ready for you to star Once you're ready to see your changes in action, compile your code: ```bash -juno emulator build +juno functions build ``` Changes are detected and automatically deployed, allowing you to test your custom code locally almost immediately.