Closed shrpne closed 4 months ago
It should finally fix #806
Added interop default, because currently importing of custom config with export default is not working properly.
export default
Also reorganized custom config logs a bit:
Thanks!
In order for this to work with windows you need to add "file://" before process.cwd().
process.cwd()
It should finally fix #806
Added interop default, because currently importing of custom config with
export default
is not working properly.Also reorganized custom config logs a bit: