0👍
Just change your export to export {colors, config}
in your config.js
You can then import it like this (you have it already implemented):
import {config, colors} from '@/../config.js'
Source:stackexchange.com
0👍
Just change your export to export {colors, config}
in your config.js
You can then import it like this (you have it already implemented):
import {config, colors} from '@/../config.js'