From aba52faeb278de6755b1c5b55c0643740731b223 Mon Sep 17 00:00:00 2001 From: David Dal Busco Date: Sat, 4 Apr 2026 08:20:44 +0200 Subject: [PATCH 1/2] docs: smart contracts leftovers Signed-off-by: David Dal Busco --- docs/guides/local-development.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/local-development.mdx b/docs/guides/local-development.mdx index 10e4a09c..f2afaaa7 100644 --- a/docs/guides/local-development.mdx +++ b/docs/guides/local-development.mdx @@ -1,7 +1,7 @@ --- id: local-development title: Local Development -description: Run a full local development environment with the Juno emulator using Docker or Podman, complete with Console UI, live reload, and smart contract support. +description: Run a full local development environment with the Juno emulator using Docker or Podman, complete with Console UI, live reload, and all the containers. --- # Local Development @@ -27,7 +27,7 @@ This enables: - A development experience that mirrors mainnet, helping you build with confidence - A smooth dev loop, from prototype to deployment -- A unique way to build, debug, and validate smart contract logic and frontend behavior — all in one place +- A unique way to build, debug, and validate serverless functions logic and frontend behavior — all in one place ![A screenshot of the DEV Console UI login screen](../img/dev-console/login.png) From ef3362fefc1fd16e594d0a661b3f1753c4dfe58d Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 4 Apr 2026 06:22:33 +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 +- .llms-snapshots/llms.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.llms-snapshots/llms-full.txt b/.llms-snapshots/llms-full.txt index 6b1fe39d..94b297db 100644 --- a/.llms-snapshots/llms-full.txt +++ b/.llms-snapshots/llms-full.txt @@ -270,7 +270,7 @@ This enables: * A development experience that mirrors mainnet, helping you build with confidence * A smooth dev loop, from prototype to deployment -* A unique way to build, debug, and validate smart contract logic and frontend behavior — all in one place +* A unique way to build, debug, and validate serverless functions logic and frontend behavior — all in one place ![A screenshot of the DEV Console UI login screen](/assets/images/login-22bd49b1624f8c4c89c5c1e33b2fc70c.png) diff --git a/.llms-snapshots/llms.txt b/.llms-snapshots/llms.txt index 3b284586..3cede003 100644 --- a/.llms-snapshots/llms.txt +++ b/.llms-snapshots/llms.txt @@ -7,7 +7,7 @@ Juno is your self-contained serverless platform for building full-stack web apps - [Introduction to Juno](https://juno.build/docs/intro.md): Explore Juno's serverless functions, hosting, and data capabilities. Start building with Juno today — no DevOps, no setup friction. - [Start a New Project](https://juno.build/docs/start-a-new-project.md): Build a full-stack app with Juno — whether you're using a template, starting from scratch, or adding it to an existing project. - [Setup the SDK](https://juno.build/docs/setup-the-sdk.md): Connect your web app to a Juno Satellite to unlock features like auth, data, storage, and functions. This guide shows how to set up the SDK with or without build plugins. -- [Run your project locally](https://juno.build/docs/guides/local-development.md): Run a full local development environment with the Juno emulator using Docker or Podman, complete with Console UI, live reload, and smart contract support. +- [Run your project locally](https://juno.build/docs/guides/local-development.md): Run a full local development environment with the Juno emulator using Docker or Podman, complete with Console UI, live reload, and all the containers. - [Deploy with a Satellite](https://juno.build/docs/create-a-satellite.md): A quick guide to creating a Satellite on Juno in production — the container that powers your app. ## Build - Analytics