wip
This commit is contained in:
parent
169f01fc0a
commit
cb4079843c
|
|
@ -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 = () => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue