You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/options.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@ This list provides a description of all of the options for the [CLI](./cli.md),
5
5
| Type | Name | Description |
6
6
|------|------|-------------|
7
7
|```String\|Object```|```config```| Pass a Rollup configuration file. By default it will look for ```rollup.config.js``` but can be specified otherwise. If object is supported, can receive Rollup config object. |
8
+
|```String```|```rc```| Pass a Nollup configuration file. By default it will look for one of ```.nolluprc```, ```.nolluprc.js```. |
8
9
|```String```|```contentBase```| Folder to serve static content from. Typically the content would contain additional resources like images. By default it will be looking in ```./```. |
9
10
|```Boolean```|```hot```| Enable Hot Module Replacement. Default is ```false```. |
10
11
|```Number```|```port```| Port number to run server on. Default is ```8080```. |
0 commit comments