This commit is contained in:
Peter-MJ-Parker
2025-04-12 10:52:01 -05:00
committed by GitHub
parent 26910a3b17
commit 05b5961c16

View File

@@ -32,7 +32,8 @@ import { FileTree } from '@astrojs/starlight/components';
```js title='src/config.js'
export const commands = './dist/commands'
```
:::tip `commands` also supports an array of folders!
:::tip
`commands` also supports an array of folders!
```js title='src/config.js'
export const commands = ['./dist/commands', './dist/components']
```