Skip to content

Commit

Permalink
Add TOOL_NODE_FLAGS as a tip on the DEVELOPMENT.md file. This is alre…
Browse files Browse the repository at this point in the history
…ady documented in the Environment Variables file, but it's a bit hidden.
  • Loading branch information
matheusccastroo authored and zodern committed Oct 21, 2022
1 parent 0e3a2ca commit caec801
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,19 @@ can run Meteor directly from a Git checkout using these steps:
$ /path/to/meteor-checkout/meteor run
```

> _Tip:_ Consider making an easy-to-run alias for frequent use:
> _Tip 1:_ Consider making an easy-to-run alias for frequent use:
>
> alias mymeteor=/path/to-meteor-checkout/meteor
>
> This allows the use of `mymeteor` in place of `meteor`. To persist this
> across shell logouts, simply add it to `~/.bashrc` or `.zshrc`.

> _Tip 2:_ When working with meteor tool, it may be helpful to use the debugger to check what's happening. You can do this using the following flag:
>
> TOOL_NODE_FLAGS="--inspect-brk" mymeteor
>
> Then you can use the chrome debugger inside `chrome://inspect`.
### Notes when running from a checkout
The following are some distinct differences you must pay attention to when running Meteor from a checkout:
Expand Down

0 comments on commit caec801

Please sign in to comment.