platformatic
Version:
Platformatic CLI
12 lines (8 loc) • 560 B
Plain Text
Start a Platformatic application with the following command:
```bash
$ platformatic start
```
Options:
* `-c, --config <path>` - Path to the configuration file.
* `--inspect[=[host:]port]` - Start the Node.js debugger. `host` defaults to `'127.0.0.1'`. `port` defaults to 9229. Use caution when binding to a public host:port combination.
* `--inspect-brk[=[host:]port]` - Start the Node.js debugger and block until a client has attached. `host` defaults to `'127.0.0.1'`. `port` defaults to 9229. Use caution when binding to a public host:port combination.