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
feat(sidekick/swift): track path to monorepo root (#5190)
When generating the `Package.swift` files we need to reference local
packages by their path. It is easier to express all these paths as
relative to the project monorepo root, and the generator can inject
enough `../` paths to find the root. I expect in most cases `../../`
will be enough.
0 commit comments