diff options
author | 2021-06-21 19:35:26 +0000 | |
---|---|---|
committer | 2021-06-21 19:35:26 +0000 | |
commit | 32fdb383c75ef3cc28c39a77651a976ab0be5c89 (patch) | |
tree | 13622045ffdb823d2dabdb783ce61ced351913da /docs/renderers.md | |
parent | 0abd251cda3e74f055674ddbd6d267fb7d02c4c0 (diff) | |
download | astro-32fdb383c75ef3cc28c39a77651a976ab0be5c89.tar.gz astro-32fdb383c75ef3cc28c39a77651a976ab0be5c89.tar.zst astro-32fdb383c75ef3cc28c39a77651a976ab0be5c89.zip |
[ci] yarn format
Diffstat (limited to 'docs/renderers.md')
-rw-r--r-- | docs/renderers.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/renderers.md b/docs/renderers.md index aaaab0913..f3601c7c2 100644 --- a/docs/renderers.md +++ b/docs/renderers.md @@ -100,7 +100,7 @@ export default { server: './server.js', // relative path to the server entrypoint snowpackPlugin: '@snowpack/plugin-xxx', // optional, the name of a snowpack plugin to inject snowpackPluginOptions: { example: true }, // optional, any options to be forwarded to the snowpack plugin - knownEntrypoint: ['framework'] // optional, entrypoint modules that will be used by compiled source + knownEntrypoint: ['framework'], // optional, entrypoint modules that will be used by compiled source }; ``` |