mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
[ci] format
This commit is contained in:
parent
e44f6acf99
commit
d239e2cd7c
1 changed files with 2 additions and 2 deletions
|
@ -376,7 +376,7 @@ type ServerConfig = {
|
||||||
* @version 2.1.8
|
* @version 2.1.8
|
||||||
* @description
|
* @description
|
||||||
* Controls whether the dev server should open in your browser window on startup.
|
* Controls whether the dev server should open in your browser window on startup.
|
||||||
*
|
*
|
||||||
* Pass a full URL string (e.g. "http://example.com") or a pathname (e.g. "/about") to specify the URL to open.
|
* Pass a full URL string (e.g. "http://example.com") or a pathname (e.g. "/about") to specify the URL to open.
|
||||||
*
|
*
|
||||||
* ```js
|
* ```js
|
||||||
|
@ -1030,7 +1030,7 @@ export interface AstroUserConfig {
|
||||||
* @version 2.1.8
|
* @version 2.1.8
|
||||||
* @description
|
* @description
|
||||||
* Controls whether the dev server should open in your browser window on startup.
|
* Controls whether the dev server should open in your browser window on startup.
|
||||||
*
|
*
|
||||||
* Pass a full URL string (e.g. "http://example.com") or a pathname (e.g. "/about") to specify the URL to open.
|
* Pass a full URL string (e.g. "http://example.com") or a pathname (e.g. "/about") to specify the URL to open.
|
||||||
*
|
*
|
||||||
* ```js
|
* ```js
|
||||||
|
|
Loading…
Reference in a new issue