[ci] yarn format

This commit is contained in:
FredKSchott 2021-09-08 17:37:14 +00:00 committed by GitHub Actions
parent d1370e9d69
commit d2c2b1b55e

View file

@ -145,7 +145,7 @@ If you need to share your development progress on the local network or check out
```js
devOptions: {
hostname: "0.0.0.0"
hostname: '0.0.0.0';
}
```