Skip to content

Move railpack.json to server directory - #1

Open
railway-app[bot] wants to merge 1 commit into
mainfrom
railway/code-change-sQCOWv
Open

Move railpack.json to server directory#1
railway-app[bot] wants to merge 1 commit into
mainfrom
railway/code-change-sQCOWv

Conversation

@railway-app

@railway-app railway-app Bot commented May 9, 2026

Copy link
Copy Markdown

Problem

The railpack.json config was placed at the repo root, but the TheNorm service has its root directory set to server. Railpack resolves config relative to the service root, so the file was never found during builds.

Solution

Deleted railpack.json from the repo root and recreated it at server/railpack.json with identical content (Node 22). Railpack will now correctly locate the config when building from the server root directory.

Changes

  • Deleted railpack.json
  • Created server/railpack.json

Generated by Railway

@vercel

vercel Bot commented May 9, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
the-norm Ready Ready Preview, Comment May 9, 2026 2:45pm

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.

0 participants