This commit is contained in:
Pau 2025-04-12 14:27:18 +02:00
parent 169f01fc0a
commit cb4079843c
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
import process from 'node:process' import process from 'node:process'
import development from './development.js' import development from './development.dist.js'
import production from './production.js' import production from './production.dist.js'
const getConfig = () => { const getConfig = () => {