12 lines
142 B
Markdown
12 lines
142 B
Markdown
## Examples
|
|
|
|
{% tabs %}
|
|
{% tab label="Add a custom server to existing app" %}
|
|
|
|
```shell
|
|
nx g custom-server my-app
|
|
```
|
|
|
|
{% /tab %}
|
|
{% /tabs %}
|