File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change 1- import ProjectPathArg from ' /snippets/cli-args-project-path.mdx' ;
2- import CommonOptions from ' /snippets/cli-options-common.mdx' ;
3- import ProjectRefOption from ' /snippets/cli-options-project-ref.mdx' ;
4- import EnvFileOption from ' /snippets/cli-options-env-file.mdx' ;
5- import ConfigFileOption from ' /snippets/cli-options-config-file.mdx' ;
6- import SkipUpdateCheckOption from ' /snippets/cli-options-skip-update-check.mdx' ;
1+ import ProjectPathArg from " /snippets/cli-args-project-path.mdx" ;
2+ import CommonOptions from " /snippets/cli-options-common.mdx" ;
3+ import ProjectRefOption from " /snippets/cli-options-project-ref.mdx" ;
4+ import EnvFileOption from " /snippets/cli-options-env-file.mdx" ;
5+ import ConfigFileOption from " /snippets/cli-options-config-file.mdx" ;
6+ import SkipUpdateCheckOption from " /snippets/cli-options-skip-update-check.mdx" ;
77
88This runs a server on your machine that can execute Trigger.dev tasks:
99
@@ -39,6 +39,11 @@ It is worth noting that each task runs in a separate Node process. This means th
3939
4040<SkipUpdateCheckOption />
4141
42+ <ParamField body = " Analyze build output" type = " --analyze" >
43+ Analyzes the build output and displays detailed import timings. This is useful for debugging the
44+ start times for your runs which can be caused by importing lots of code or heavy packages.
45+ </ParamField >
46+
4247### Common options
4348
4449These options are available on most commands.
You can’t perform that action at this time.
0 commit comments