Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .llms-snapshots/llms-full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/rust.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down