From 7a9a60a0d627d9ea10b157544c791d5b6a081ff8 Mon Sep 17 00:00:00 2001 From: David Dal Busco Date: Sat, 4 Apr 2026 08:23:09 +0200 Subject: [PATCH 1/2] docs: typo in command build Signed-off-by: David Dal Busco --- docs/guides/rust.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. From 58292a345b82c53ded354c4ccc9e3621bf4008e8 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 4 Apr 2026 06:26:09 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=93=84=20Update=20LLMs.txt=20snapshot?= =?UTF-8?q?=20for=20PR=20review?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .llms-snapshots/llms-full.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.