Best practice for sharing an app with its dependency

Hi,

I am wondering if there is an easier way to share the whole app (with itis custom libraries and component) as one piece, instead of having to share each app one by one and then fixing the dependencies?

Thanks!

You can share a single clone link and connect each app together with the pipe character ( | ). For example:

https://anvil.works/build#clone:JVL5ORAAPZ6SVWDU=JA27THWRHTGHH7XK4U36PRN4|TGQCF3WT6FVL2EM2=SMZUM3MICK67JEIH25IJXCWP

shows this link

https://anvil.works/build#clone:JVL5ORAAPZ6SVWDU=JA27THWRHTGHH7XK4U36PRN4

which will clone the main app and the dependency all at once.

Thanks @stucork for pointing this out.

5 Likes

Beautiful! Thank you so much :grinning:

1 Like