diff --git a/src/config/index.js b/src/config/index.js index b15cc7b..e1a253c 100644 --- a/src/config/index.js +++ b/src/config/index.js @@ -1,6 +1,6 @@ import process from 'node:process' -import development from './development.js' -import production from './production.js' +import development from './development.dist.js' +import production from './production.dist.js' const getConfig = () => {