Skip to content

allow overriding frontend path#302

Open
repomaa wants to merge 2 commits into
voidauth:mainfrom
repomaa:feat/fe-path-override
Open

allow overriding frontend path#302
repomaa wants to merge 2 commits into
voidauth:mainfrom
repomaa:feat/fe-path-override

Conversation

@repomaa
Copy link
Copy Markdown
Contributor

@repomaa repomaa commented Feb 8, 2026

Description

This PR allows setting the path to built frontend. This is to anticipate other than docker deployments where the frontend isn't necessarily in the same directory as the PROCESS_ROOT.

Copilot AI review requested due to automatic review settings February 8, 2026 22:08
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds a new environment variable to let operators override where the server serves the built frontend assets from, supporting deployments where the frontend isn’t located relative to the server process root.

Changes:

  • Add FRONTEND_PATH env var support to override the frontend static asset directory.
  • Update Getting Started documentation to list FRONTEND_PATH.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.

File Description
server/cli/server.ts Allows overriding the frontend static root directory via FRONTEND_PATH.
docs/Getting-Started.md Documents the new FRONTEND_PATH environment variable.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread server/cli/server.ts Outdated
Comment thread server/cli/server.ts Outdated
Comment thread docs/Getting-Started.md Outdated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants