next.config.js
/** @type {import('next').NextConfig} */const nextConfig = { reactStrictMode: true, env: { RAILWAY_GIT_REPO_NAME: process.env.RAILWAY_GIT_REPO_NAME, RAILWAY_GIT_COMMIT_SHA: process.env.RAILWAY_GIT_COMMIT_SHA, RAILWAY_GIT_REPO_OWNER: process.env.RAILWAY_GIT_REPO_OWNER, }};export default nextConfig;
railway up