Skip to content

Fragment locations via # in private repos have 1MB limit #156

@plumlee

Description

@plumlee

Our team has several private Github repos that follow this pattern:

dist/
    someZipFile.zip

It appears that volo and/or the GitHub API don't allow a deeplink into the project to get that zip file, even when it's listed as the volo url in package.json. No matter what syntax I try on both the consuming app (where I run volo add) and the linked app (where I set the volo url property), it always pulls in the entire repo contents.

However, I did find your comments on using a volofile with onAdd to run some actions after install. I was able to use that to clean up all extra files that I didn't want, effectively mimicing the direct download.

If this is something that is a known issue and you are ok with documenting this as workaround, I'll do a fork and pull request to update the docs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions