@onzag/itemize / Modules / server/initialize
This file contains the initialization function that initializes the itemize application, just basically setting up the rest endpoints and whatever the server requires to show something to the client
▸ initializeApp(appData, custom, routers): void
Initializes the server application with its configuration
| Name | Type | Description |
|---|---|---|
appData |
IAppDataType |
the application data to use |
custom |
IServerCustomizationDataType |
the custom config that has been passed |
routers |
Router[] |
- |
void