Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.02 KB

File metadata and controls

37 lines (22 loc) · 1.02 KB

@onzag/itemize / Modules / server/initialize

Module: 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

Table of contents

Functions

Functions

initializeApp

initializeApp(appData, custom, routers): void

Initializes the server application with its configuration

Parameters

Name Type Description
appData IAppDataType the application data to use
custom IServerCustomizationDataType the custom config that has been passed
routers Router[] -

Returns

void

Defined in

server/initialize.ts:29