0
Fork 0
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:
FredKSchott 2021-08-23 21:17:45 +00:00 committed by GitHub Actions
parent 2538325a46
commit 884a2ea76a

View file

@ -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