Multiple projects having the same app host

Hi

Is it possible to have multiple projects have the same app host?

Hi

Yes, you can use the same app host in multiple project and it won’t be an issue. You have to be careful since now the changes in the app host will be reflected in multiple projects.

1 Like

I’m grateful @fmota

Docs only show how to add one project. I would need to add another JSON with the project details ie id and token to plasmic-init.ts ?

You wouldn’t need it, since the host is only used for providing the information of your code components, the project ids and tokens are not relevant for it.

1 Like

I’m very grateful @fmota. This explains a lot! :blush: