diff options
author | 2022-07-08 16:55:33 -0400 | |
---|---|---|
committer | 2022-07-08 16:55:33 -0400 | |
commit | 09542f342dd80ee23ab084ab9e8ccdc0043bc29e (patch) | |
tree | 27170af24eaf8ea3ed292433593fed7e7ca029fd | |
parent | bcfab9b5c783f7296763446543d871680ea1497c (diff) | |
download | astro-09542f342dd80ee23ab084ab9e8ccdc0043bc29e.tar.gz astro-09542f342dd80ee23ab084ab9e8ccdc0043bc29e.tar.zst astro-09542f342dd80ee23ab084ab9e8ccdc0043bc29e.zip |
[astro add] Support adapters and third party packages (#3854)
* 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 1a459f152bc7b7991db289999f7393e5be64ea3e.
* feat: add hardcoded adapter export map
* refactor: inline adapter config log
-rw-r--r-- | packages/integrations/node/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json index e4a37cee3..de42e7d16 100644 --- a/packages/integrations/node/package.json +++ b/packages/integrations/node/package.json @@ -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": { |