Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pull in tar-rs fork to work around startup issue. #378

Merged
merged 2 commits into from
May 18, 2023
Merged

Pull in tar-rs fork to work around startup issue. #378

merged 2 commits into from
May 18, 2023

Commits on May 17, 2023

  1. Pull in tar-rs fork to work around startup issue.

    `tar-rs` has an issue where it won't overwrite files if they're stored
    as hard links in the tar.  We install our asset `node_modules` with
    pnpm, which uses hard links to deduplicate content.  This means
    `grafbase dev` will refuse to overwrite some existing files on startup.
    
    I've fixed this PRd it, this pulls the fix in the meantime.
    obmarg committed May 17, 2023
    Configuration menu
    Copy the full SHA
    ae6c69b View commit details
    Browse the repository at this point in the history
  2. Fix silly mistake

    obmarg committed May 17, 2023
    Configuration menu
    Copy the full SHA
    eb9e17e View commit details
    Browse the repository at this point in the history