diff --git a/remix.config.js b/remix.config.js index c979eb27..ceca95ec 100644 --- a/remix.config.js +++ b/remix.config.js @@ -85,4 +85,5 @@ function selectConfig() { throw new Error(`Cannot select config`); } -export default selectConfig(); +// export default selectConfig(); +module.exports = selectConfig();