@brightinteractive/bright-js-framework

App Configuration

luminant.json

The luminant.json file is a JSON file optionally placed at your project root, which contains the application's build and runtime configuration.

Environmental variables are substituted for strings beginning with $ in all strings.

Options

NameTypeDescriptionDefault Value
frontendEnvironmentstring[]Whitelist of environmental variable names to pass through to client[]
pluginsobjectMap of plugin module names to config values defining external plugins to install in the application.{}
projectPluginsstringPath pattern defining where the application’s own plugins are placed. These are automatically added to the application.src/plugins/**/*.ts?(x)