support meteor client and server entrypoint custom envs

This commit is contained in:
Nacho Codoñer
2025-03-17 09:24:39 +01:00
parent eb8f962c78
commit 33e73dccea

View File

@@ -1168,6 +1168,10 @@ Use METEOR_IDLE_TIMEOUT=<seconds> 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=<path-to-file> to set a custom client entrypoint, and
METEOR_SERVER_ENTRYPOINT=<path-to-file> 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.)