[PR #1643] [CLOSED] Removed Redundant code in nuxt.config.js #3444

Closed
opened 2026-03-17 01:03:26 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/1643
Author: @bhavukkalra
Created: 5/16/2021
Status: Closed

Base: mainHead: main


📝 Commits (2)

📊 Changes

1 file changed (+0 additions, -2 deletions)

View changed files

📝 nuxt.config.js (+0 -2)

📄 Description

nuxt.config.js seems to already have access to all the environment variables present in root directory's .env file via process.env.VARIABLE_NAME. So, this require statement can be removed


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hoppscotch/hoppscotch/pull/1643 **Author:** [@bhavukkalra](https://github.com/bhavukkalra) **Created:** 5/16/2021 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (2) - [`93b4e30`](https://github.com/hoppscotch/hoppscotch/commit/93b4e3020aab283e8ae29ddd406601a2428ec633) Removed redundant code from nuxt.config.js as it already has access to all the environment varibles present in .env file the root directory - [`350ffa1`](https://github.com/hoppscotch/hoppscotch/commit/350ffa1fad78dd79eb0fae8f7104b3535cf3264b) Merge branch 'main' of https://github.com/bhavukkalra/hoppscotch into main ### 📊 Changes **1 file changed** (+0 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `nuxt.config.js` (+0 -2) </details> ### 📄 Description nuxt.config.js seems to already have access to all the environment variables present in root directory's .env file via `process.env.VARIABLE_NAME`. So, this require statement can be removed --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 01:03:26 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#3444
No description provided.