0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-30 22:03:56 -05:00

[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 ```js
devOptions: { devOptions: {
hostname: "0.0.0.0" hostname: '0.0.0.0';
} }
``` ```