Auto import server utils
Is there any to have
I've tried to modify the nuxt config imports.dir as well as creating a custom module that calls
server/utils/** auto imported in the server side?I've tried to modify the nuxt config imports.dir as well as creating a custom module that calls
addServerImportsDir but neither seem to have an effect.