Replies: 1 comment 1 reply
-
Is there some way in which the API might need to change to support this consideration? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I may be mistaken in this, but from my understanding of the platforms supported by "official" adapters they have a 1:1 mapping of project/site to configurations. For example:
netlify.toml
vercel.json
etc
Monorepos, multiple-app repos or repos with other resources (APIs, DBs) are not supported by this model and require separate projects/sites to be created and mapped within the platforms (Netlify, Vercel). This 1:1 mapping isn't universal and I just want to raise that if the platforms of official adapters share this trait then it will implicitly be included during adapter API considerations.
As an example, Firebase supports multiple websites per project (X sites == 1x
firebase.json
) with the configuration for all living within a single configuration file. I'm not sure how many other platforms have this model, but I suspect more generic cloud platform adapters for say GCP/AWS/Azure may also fall under this category.Again, just raising this trait which may not be apparent given the list of official adapters.
Beta Was this translation helpful? Give feedback.
All reactions