You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(typeorm): add project root detection via tsconfig.json
In deployed environments, process.cwd() may not be the project root
(e.g., when the start script does `cd .amplify-hosting/compute/default/
&& node app.js`). This adds findProjectRoot() which walks up from cwd
looking for tsconfig.json to find the real project root.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments