Skip to content

Commit

Permalink
docs: plugins
Browse files Browse the repository at this point in the history
Signed-off-by: David Dal Busco <[email protected]>
  • Loading branch information
peterpeterparker committed May 18, 2024
1 parent 8184ef1 commit d23b200
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/add-juno-to-an-app/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@ await initSatellite();

It is generally recommended to initialize the library at the top of your application.

If you are using the plugins, you can start developing or continue with [deployment](./deploy.md).
If you are using the the [Next.js](../miscellaneous/plugins.md#nextjs-plugin) or [Vite](../miscellaneous/plugins.md#vite-plugin) plugins, you can start developing or continue with [deployment](./deploy.md).

---

## Configuration

No parameters are required to initialize a satellite if you are using the [Next.js](../miscellaneous/plugins.md#nextjs-plugin) or [Vite](../miscellaneous/plugins.md#vite-plugin) plugins, which take care of the environment variables.
No parameters are required to initialize a satellite if you are using plugins, which take care of the environment variables.

### Automated

The configuration of your project is set in a `juno.config` ile (TypeScript, JavaScript, or JSON) that exists at the root of your project. If you are using the plugins, they will read the file and automatically load the information required to initialize your dApp when you build and run it.
The configuration of your project is set in a `juno.config` ile (TypeScript, JavaScript, or JSON) that exists at the root of your project. The the [Next.js](../miscellaneous/plugins.md#nextjs-plugin) or [Vite](../miscellaneous/plugins.md#vite-plugin) plugins read the file and automatically load the information required to initialize your dApp when you build and run it.

### Manually configure your application

Expand Down

0 comments on commit d23b200

Please sign in to comment.