We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4acb5ee commit 42b496cCopy full SHA for 42b496c
backend/api/ecosystem.config.js
@@ -3,7 +3,7 @@ module.exports = {
3
{
4
name: "api",
5
script: "node",
6
- args: "-r tsconfig-paths/register --dns-result-order=ipv4first backend/api/lib/serve.js",
+ args: "--dns-result-order=ipv4first backend/api/lib/serve.js",
7
env: {
8
NODE_ENV: "production",
9
NODE_PATH: "/usr/src/app/node_modules", // <- ensures Node finds tsconfig-paths
0 commit comments