Skip to content

Commit

Permalink
Add missing newlines in callouts for extension cli guide (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
paescuj authored Jan 27, 2025
1 parent df5b9fa commit cea5c78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/guides/9.extensions/6.cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@ Internally, the CLI uses Rollup to bundle your extension to a single entrypoint.

::callout{icon="material-symbols:info-outline"}

**Watch**
**Watch**<br/>

The CLI supports rebuilding extensions whenever a file has changed by using the `--watch` flag.

::

::callout{icon="material-symbols:info-outline"}

**Automatically Reload Extensions**
**Automatically Reload Extensions**<br/>

To automatically reload extensions every time you make a change, without having to restart Directus, in your
`docker-compose.yml` file, set `EXTENSIONS_AUTO_RELOAD=true`.
Expand Down

0 comments on commit cea5c78

Please sign in to comment.