From cb4079843cf77e4ff01182fe6d6eeb6232614890 Mon Sep 17 00:00:00 2001 From: Pau Date: Sat, 12 Apr 2025 14:27:18 +0200 Subject: [PATCH] wip --- src/config/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = () => {