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(remix-dev/vite): use /@fs/ path to support default server/client entry outside of app root #7913

Merged
merged 3 commits into from
Nov 7, 2023

Commits on Nov 7, 2023

  1. fix(vite): use /@fs/ path to support default server/client entry ou…

    …tside of app root
    hi-ogawa authored and pcattori committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    3a19f5c View commit details
    Browse the repository at this point in the history
  2. chore: changeset

    hi-ogawa authored and pcattori committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    7d9da29 View commit details
    Browse the repository at this point in the history
  3. fix(vite): serve any file outside of project root via /@fs

    By default, Vite prevents access to files outside the workspace root
    (when using workspaces) or outside of the project root (when not using
    workspaces) unless user explicitly opts into it via Vite's `server.fs.allow`.
    pcattori committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    60665ff View commit details
    Browse the repository at this point in the history