From 1394958183216357b64fa5d677f0cec5410a46a2 Mon Sep 17 00:00:00 2001 From: Shrikant Sharat Kandula Date: Thu, 6 Feb 2025 21:53:13 +0530 Subject: [PATCH] chore: Enable source maps for RTS for better error traces --- deploy/docker/fs/opt/appsmith/run-rts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/docker/fs/opt/appsmith/run-rts.sh b/deploy/docker/fs/opt/appsmith/run-rts.sh index c9a5bccd3866..0bac99a4b75e 100644 --- a/deploy/docker/fs/opt/appsmith/run-rts.sh +++ b/deploy/docker/fs/opt/appsmith/run-rts.sh @@ -1,3 +1,3 @@ #!/bin/bash -exec node /opt/appsmith/rts/bundle/server.js \ No newline at end of file +exec node --enable-source-maps /opt/appsmith/rts/bundle/server.js