From e0b94e2885fa94c91703fdb915e3d5908d0902ca Mon Sep 17 00:00:00 2001 From: d-kimsuon Date: Sun, 26 Oct 2025 17:17:30 +0900 Subject: [PATCH] fix e2e --- scripts/e2e/start_server.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/e2e/start_server.sh b/scripts/e2e/start_server.sh index 8e90176..b9ba7fc 100755 --- a/scripts/e2e/start_server.sh +++ b/scripts/e2e/start_server.sh @@ -8,4 +8,4 @@ export GLOBAL_CLAUDE_DIR=$(git rev-parse --show-toplevel)/mock-global-claude-dir echo "Check directory structure in $GLOBAL_CLAUDE_DIR:" ls -l $GLOBAL_CLAUDE_DIR -node ./dist/index.js +node ./dist/main.js