References
config
| summary | ||
| public |
F sentryInit(configuration: Object) Initialize the Sentry SDK. |
|
| public |
V config: {"app": *, "db": *, "sentry": *} Configuration file for the application. |
|
database
| summary | ||
| public |
V db: * Install the turso-cli and create the database using the command:
|
|
models
| summary | ||
| public |
V configSchema: import('joi').Schema Configuration schema |
|
utils
| summary | ||
| public |
F validateSchema(schema: Joi.Schema, data: Object): Object Validate the configuration against the schema. |
|