mkdirSync(join(process.cwd(), 'new-dir')) on nuxt's ready build hook but it ofc creates the directory on the path where I run the build command because of process.cwd(). How can I get build's root directory?Join the Discord to ask follow-up questions and connect with the community