From 33e73dccea3630587cdb794a6ac5494fb904dc51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nacho=20Codo=C3=B1er?= Date: Mon, 17 Mar 2025 09:24:39 +0100 Subject: [PATCH] support meteor client and server entrypoint custom envs --- tools/cli/help.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/cli/help.txt b/tools/cli/help.txt index b9b5e1c2c7..d511d364ad 100644 --- a/tools/cli/help.txt +++ b/tools/cli/help.txt @@ -1168,6 +1168,10 @@ Use METEOR_IDLE_TIMEOUT= to set a timeout for profiling. The default ti is usually enough for each build step to complete. If you encounter errors due to early exits, adjust the environment variable accordingly. +Use METEOR_CLIENT_ENTRYPOINT= to set a custom client entrypoint, and +METEOR_SERVER_ENTRYPOINT= to set a custom server entrypoint. By default, +it uses the server and client entrypoints specified in your package.json. + Options: The options for this command are the same as those for the meteor run command. You can pass typical runtime options (such as --settings, --exclude-archs, etc.)