Skip to content

Commit

Permalink
docs: update d2.config.js reference
Browse files Browse the repository at this point in the history
  • Loading branch information
amcgee committed Mar 31, 2020
1 parent c421b2d commit e53c4c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/config/d2-config-js-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The following configuration properties are supported:
| **description** | _string_ | `pkg.description` | A full-length description of the application |
| **author** | _string_ | `pkg.author` | The name of the developer to include in the DHIS2 manifest |
| **entryPoints.app** | _string_ | **./src/App** | The path to the application entrypoint (not used for libraries) |
| **entryPoints.index** | _string_ | **./src/index** | The path to the library entrypoint (not used for applications) |
| **entryPoints.lib** | _string_ | **./src/index** | The path to the library entrypoint (not used for applications) |
| **coreApp** | _boolean_ | **false** | **ADVANCED** If true, build an app artifact to be included as a root-level core application |
| **standalone** | _boolean_ | **false** | **ADVANCED** If true, do NOT include a static BaseURL in the production app artifact. This includes the `Server` field in the login dialog, which is usually hidden and pre-configured in production. |

Expand Down

0 comments on commit e53c4c1

Please sign in to comment.