chore: dox

This commit is contained in:
cha0s 2024-01-06 21:13:09 -06:00
parent 2bab960c56
commit f5769b8df8

View File

@ -384,7 +384,9 @@ machine.
Let's add another fleck to our project:
<InstallPackage pkg="@flecks/docker" />
```bash
npx flecks add @flecks/docker
```
Configure `build/flecks.yml`:
@ -399,7 +401,9 @@ Configure `build/flecks.yml`:
dialect: postgres
password: THIS_PASSWORD_IS_UNSAFE
username: postgres
// highlight-end
'@flecks/docker': {}
// highlight-start
'@flecks/server':
up:
- '@flecks/docker'