mirror of
https://github.com/aleleba/create-react-ssr.git
synced 2025-06-19 20:38:31 -06:00
PR-589725: Updating packages, fixing redux actions and fixing linting.
This commit is contained in:
@ -4,7 +4,7 @@ export const deFaultValues = {
|
||||
PUBLIC_URL: 'auto',
|
||||
PREFIX_URL: '',
|
||||
ONLY_EXACT_PATH: false,
|
||||
}
|
||||
};
|
||||
|
||||
export const config = {
|
||||
ENV: process.env.ENV ? process.env.ENV : deFaultValues.ENV,
|
||||
@ -14,4 +14,4 @@ export const config = {
|
||||
ONLY_EXACT_PATH: process.env.ONLY_EXACT_PATH ? process.env.ONLY_EXACT_PATH === 'true' : deFaultValues.ONLY_EXACT_PATH,
|
||||
};
|
||||
|
||||
export default config
|
||||
export default config;
|
||||
|
Reference in New Issue
Block a user