mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
support meteor client and server entrypoint custom envs
This commit is contained in:
@@ -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.)
|
||||
|
||||
Reference in New Issue
Block a user