Skip to content

Commit 42b496c

Browse files
committed
Fix
1 parent 4acb5ee commit 42b496c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/api/ecosystem.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module.exports = {
33
{
44
name: "api",
55
script: "node",
6-
args: "-r tsconfig-paths/register --dns-result-order=ipv4first backend/api/lib/serve.js",
6+
args: "--dns-result-order=ipv4first backend/api/lib/serve.js",
77
env: {
88
NODE_ENV: "production",
99
NODE_PATH: "/usr/src/app/node_modules", // <- ensures Node finds tsconfig-paths

0 commit comments

Comments
 (0)