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

fix: Pr local dev docker #5237

Merged
merged 3 commits into from
Oct 5, 2023
Merged

Commits on Sep 28, 2023

  1. fix(.devcontainer/dockerfile): updated the rust version to LTS

    Updated the Rust version to LTS as the nightly version of rust was causing cargo-insta and wasm-pack
    install to fail
    
    fix QwikDev#5218
    Saurav Chanda authored and Saurav Chanda committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    cc216a4 View commit details
    Browse the repository at this point in the history
  2. fix(.devcontainer/dockerfile): fix of pnpm install issue in dev conta…

    …iner
    
    pnpm install was facing since the pnpm store and node_modules were in the same directory
    
    fix QwikDev#5218
    Saurav Chanda authored and Saurav Chanda committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    d843ab8 View commit details
    Browse the repository at this point in the history
  3. docs(contributing.md): typo fix

    directory name typo fix in docs
    Saurav Chanda authored and Saurav Chanda committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    5d43416 View commit details
    Browse the repository at this point in the history