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(config): prevent vite from loading config #10360

Merged
merged 3 commits into from
Mar 8, 2024

Commits on Mar 7, 2024

  1. fix(config): prevent vite from loading config

    This fixes an issue where creating a vite server (to e.g. load a
    TypeScript astro config) would trigger vite to look up and load an
    unrelated vite config (potentially going up directories).
    nmattia committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    e6e582d View commit details
    Browse the repository at this point in the history
  2. Update .changeset/khaki-emus-wait.md

    Co-authored-by: Arsh <69170106+lilnasy@users.noreply.github.com>
    nmattia and lilnasy committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    d7c4634 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Update vite-load.ts

    bluwy committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    7109405 View commit details
    Browse the repository at this point in the history