You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Other fields mentioned in the guide should also be set
AFAICT, we technically don't need to transpile to JS and we should be good to simply publish the TS source files. (Astro will bundle the integrations in its build). Let's see if this actually works.
Note: We can also first simply extract the package and worry about the package.json, keywords, etc later.
The text was updated successfully, but these errors were encountered:
We want to extract the Astro integration from the website package and make it a proper Astro integration package.
For the package to work properly with the
npx astro add
command, we need to keep a few things in mind:keywords
need to be set according to the integrations guideNote: We can also first simply extract the package and worry about the package.json, keywords, etc later.
The text was updated successfully, but these errors were encountered: