From 4da22cbdf1d3f14bdddd45bb0182c0101cb32daa Mon Sep 17 00:00:00 2001 From: Anderson Arboleya Date: Tue, 31 Dec 2024 09:11:55 -0300 Subject: [PATCH] Breaking section apart --- .../src/guide/getting-started/running-a-local-fuel-node.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/apps/docs/src/guide/getting-started/running-a-local-fuel-node.md b/apps/docs/src/guide/getting-started/running-a-local-fuel-node.md index 5fe1ad9a2d..5bcb475c1a 100644 --- a/apps/docs/src/guide/getting-started/running-a-local-fuel-node.md +++ b/apps/docs/src/guide/getting-started/running-a-local-fuel-node.md @@ -36,13 +36,15 @@ Check also the online docs: -# Testing Utilities +# Utilities + +## Testing You can run a Fuel node from within your `.ts` unit tests: - [Launching a test node](../testing/launching-a-test-node.md) -# Developer Utilities +## Developing Configure your project for the `fuels` CLI using a `fuels.config.ts` file: