mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
[ci] yarn format
This commit is contained in:
parent
2538325a46
commit
884a2ea76a
1 changed files with 5 additions and 4 deletions
|
@ -16,10 +16,11 @@ You can view the full configuration API (including information about default con
|
||||||
// You can disable this by removing "@ts-check" and `@type` comments below.
|
// You can disable this by removing "@ts-check" and `@type` comments below.
|
||||||
|
|
||||||
// @ts-check
|
// @ts-check
|
||||||
export default /** @type {import('astro').AstroUserConfig} */ ({
|
export default /** @type {import('astro').AstroUserConfig} */ (
|
||||||
// ...
|
{
|
||||||
});
|
// ...
|
||||||
|
}
|
||||||
|
);
|
||||||
```
|
```
|
||||||
|
|
||||||
## Snowpack Config
|
## Snowpack Config
|
||||||
|
|
Loading…
Reference in a new issue