[PR #445] [MERGED] feat: Generate NEXT_PUBLIC_CHAT_API for NextJS backend to specify alt… #509

Closed
opened 2026-02-15 20:15:06 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/create-llama/pull/445
Author: @marcusschiesser
Created: 11/21/2024
Status: Merged
Merged: 11/21/2024
Merged by: @leehuwuj

Base: mainHead: ms/backend-as-frontend


📝 Commits (1)

  • 29d92d9 feat: Generate NEXT_PUBLIC_CHAT_API for NextJS backend to specify alternative backend

📊 Changes

6 files changed (+13 additions, -15 deletions)

View changed files

.changeset/perfect-days-smoke.md (+5 -0)
📝 create-app.ts (+1 -4)
📝 helpers/env-variables.ts (+7 -8)
📝 helpers/index.ts (+0 -1)
📝 helpers/types.ts (+0 -1)
📝 index.ts (+0 -1)

📄 Description

…ernative backend

Summary by CodeRabbit

Release Notes

  • New Features

    • Introduced a new environment variable NEXT_PUBLIC_CHAT_API for enhanced backend configuration in Next.js applications.
    • Added new command-line options for bootstrapping applications: --db-source <connection-string>, --web-source <url>, and --example-file.
  • Bug Fixes

    • Improved error handling for launching VSCode and running applications with clearer error messages.
  • Refactor

    • Simplified the structure of various functions by removing the customApiPath parameter and updating related interfaces.

🔄 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/run-llama/create-llama/pull/445 **Author:** [@marcusschiesser](https://github.com/marcusschiesser) **Created:** 11/21/2024 **Status:** ✅ Merged **Merged:** 11/21/2024 **Merged by:** [@leehuwuj](https://github.com/leehuwuj) **Base:** `main` ← **Head:** `ms/backend-as-frontend` --- ### 📝 Commits (1) - [`29d92d9`](https://github.com/run-llama/create-llama/commit/29d92d99488608be90da22191c517e91d7c54f6f) feat: Generate NEXT_PUBLIC_CHAT_API for NextJS backend to specify alternative backend ### 📊 Changes **6 files changed** (+13 additions, -15 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/perfect-days-smoke.md` (+5 -0) 📝 `create-app.ts` (+1 -4) 📝 `helpers/env-variables.ts` (+7 -8) 📝 `helpers/index.ts` (+0 -1) 📝 `helpers/types.ts` (+0 -1) 📝 `index.ts` (+0 -1) </details> ### 📄 Description …ernative backend <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit ## Release Notes - **New Features** - Introduced a new environment variable `NEXT_PUBLIC_CHAT_API` for enhanced backend configuration in Next.js applications. - Added new command-line options for bootstrapping applications: `--db-source <connection-string>`, `--web-source <url>`, and `--example-file`. - **Bug Fixes** - Improved error handling for launching VSCode and running applications with clearer error messages. - **Refactor** - Simplified the structure of various functions by removing the `customApiPath` parameter and updating related interfaces. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 20:15:06 -05:00
yindo closed this issue 2026-02-15 20:15:06 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/create-llama#509