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

Use Vite's envDir option if specified #22

Merged
merged 2 commits into from
Jun 22, 2022
Merged

Commits on Jun 21, 2022

  1. Use Vite's envDir option if specified

    Vite allows you to pass through a custom option for the envDir.
    This is useful in cases where you might have multiple frontend packages and so your vite.config.js is not in the root directory.
    
    This update checks for that config option and if so will use it over the current directory when resolving the APP_URL and laravel version.
    hailwood authored Jun 21, 2022
    Configuration menu
    Copy the full SHA
    3c93e12 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. Configuration menu
    Copy the full SHA
    0de2b05 View commit details
    Browse the repository at this point in the history