UNPKG

dg-npm-templates

Version:

Npx generator for react app dependency creation by digite

17 lines (14 loc) 417 B
const properties = { /* NOTE: Data pf properties will be applied here from AppProps.json, so if u want to change any value change in AppProps.json file Not Here, Do not edit anything in this file*/ configURL: undefined, contextPath: 'swift-studio' }; export const setProperties = config => { if ( config ) { for ( const key in config ) { properties[key] = config[key]; } } } export default properties;