const commonConfigs = { appName: process.env.APP_NAME ?? "NEXT_BOILERPLATE", toastTimeout: 3000, }; export default commonConfigs;