Skip to content

Commit

Permalink
[astro add] Support adapters and third party packages (#3854)
Browse files Browse the repository at this point in the history
* feat: support adapters and third part integrations by keywords

* refactor: add keywords to all official integrations

* docs: add adapter ex to astro add help

* nit: clarify astro add usage

* nit: highlight link

* fix: use process.exit(1) on error

* chore: changeset

* nit: bold integration name

* fix: log install instructions for adapters instead

* nit: change to logAdapterConfigInstructions

* Revert "fix: log install instructions for adapters instead"

This reverts commit 1a459f1.

* feat: add hardcoded adapter export map

* refactor: inline adapter config log
  • Loading branch information
bholmesdev authored Jul 8, 2022
1 parent f20760d commit 5a87e44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/adapters/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"url": "https://github.com/withastro/astro.git",
"directory": "packages/integrations/node"
},
"keywords": ["astro-adapter"],
"bugs": "https://github.com/withastro/astro/issues",
"homepage": "https://astro.build",
"exports": {
Expand Down

0 comments on commit 5a87e44

Please sign in to comment.