diff options
author | 2022-07-08 16:55:33 -0400 | |
---|---|---|
committer | 2022-07-08 16:55:33 -0400 | |
commit | b012ee55b107dea0730286263b27d83e530fad5d (patch) | |
tree | f818b78891786deb0c4e7a035f4fcdb75ce4e9c3 /packages/integrations/vue | |
parent | 6258cd1c3a45a56385b2dc24f0408eb751365743 (diff) | |
download | astro-b012ee55b107dea0730286263b27d83e530fad5d.tar.gz astro-b012ee55b107dea0730286263b27d83e530fad5d.tar.zst astro-b012ee55b107dea0730286263b27d83e530fad5d.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
Diffstat (limited to 'packages/integrations/vue')
-rw-r--r-- | packages/integrations/vue/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index a6b2989fe..03d7b7b2f 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -12,6 +12,7 @@ "directory": "packages/integrations/vue" }, "keywords": [ + "astro-integration", "astro-component", "renderer", "vue" |