DouglasCalora

Results 8 comments of DouglasCalora

I fixed it, changed it from: ```js const { default: asteroidConfigFile } = await import(asteroidConfigPath) ``` To: ```js import { pathToFileURL } from 'url' const { default: asteroidConfigFile } =...