mirror of
https://github.com/run-llama/auto_rfp.git
synced 2026-08-27 02:01:17 -04:00
[PR #34] [CLOSED] Consolidate duplicate Next.js config files #36
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/run-llama/auto_rfp/pull/34
Author: @roland-at-ailtir
Created: 12/10/2025
Status: ❌ Closed
Base:
main← Head:roland/bug-fix/next-config📝 Commits (2)
04c28feconsolidate duplicate Next.js config files into TypeScript version6685050Fix merge conflicts📊 Changes
2 files changed (+12 additions, -18 deletions)
View changed files
➖
next.config.js(+0 -17)📝
next.config.ts(+12 -1)📄 Description
Problem
The repository had two Next.js configuration files:
next.config.ts(TypeScript, mostly empty)next.config.js(JavaScript, containing actual configuration)Having both files creates confusion about which configuration is actually being used by Next.js. The
.jsfile contained important environment variable configurations for LlamaCloud API keys and React strict mode settings.Solution
Consolidated the configuration into a single
next.config.tsfile:next.config.jstonext.config.tsnext.config.jsfileBenefits
🤖 Generated with Claude Code
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.