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

[PLA-1929] Removes defining process.env in vite configs. #149

Merged
merged 1 commit into from
Aug 6, 2024

Conversation

Bradez
Copy link
Member

@Bradez Bradez commented Aug 6, 2024

PR Type

Bug fix


Description

  • Removed the definition of process.env in vite.config.laravel.ts and vite.config.ts.
  • Simplified the Vite configuration by eliminating unnecessary code.

Changes walkthrough 📝

Relevant files
Bug fix
vite.config.laravel.ts
Remove `process.env` definition from Vite config                 

vite.config.laravel.ts

  • Removed the definition of process.env in the Vite configuration.
  • Simplified the configuration by eliminating unnecessary code.
  • +0/-3     
    vite.config.ts
    Remove `process.env` definition from Vite config                 

    vite.config.ts

  • Removed the definition of process.env in the Vite configuration.
  • Simplified the configuration by eliminating unnecessary code.
  • +0/-3     

    💡 PR-Agent usage:
    Comment /help on the PR to get a list of all available PR-Agent tools and their descriptions

    @Bradez Bradez added the bug Something isn't working label Aug 6, 2024
    @Bradez Bradez self-assigned this Aug 6, 2024
    Copy link

    github-actions bot commented Aug 6, 2024

    PR Reviewer Guide 🔍

    ⏱️ Estimated effort to review: 1 🔵⚪⚪⚪⚪
    🧪 No relevant tests
    🔒 No security concerns identified
    ⚡ No key issues to review

    Copy link

    github-actions bot commented Aug 6, 2024

    PR Code Suggestions ✨

    No code suggestions found for the PR.

    @Bradez Bradez merged commit 8853e64 into master Aug 6, 2024
    3 checks passed
    @Bradez Bradez deleted the bugfix/PLA-1929/removes-process-env-from-vite branch August 6, 2024 07:39
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    Development

    Successfully merging this pull request may close these issues.

    2 participants