doc: options

This commit is contained in:
Felix Roos 2024-03-30 14:39:26 +01:00
parent 3e66e1ee93
commit 1a209c8b82

View File

@ -13,3 +13,10 @@ You can now load the samples via:
```js
samples('http://localhost:5432')
```
## Options
```sh
LOG=1 npx @strudel/sampler # adds logging
PORT=5555 npx @strudel/sampler # changes port
```