UNPKG

lore-generate-new

Version:

Generates a new Lore application

29 lines (23 loc) 681 B
/** * Production environment settings * * This file is where you define overrides for any of the config settings that * should only be applied in the production environment. * * The production environment is defined as 'process.env.LORE_ENV=production' and * is automatically set when webpack is invoked using the --env.lore=production argument. */ export default { /** * To override a config setting, specify the name of the config file you * want to override, followed by the settings you want to change. */ // actions: { // normalize: true // }, // connections: { // default: { // apiRoot: 'https://api.example.dev' // } // } }