rickyg
rickyg
NNuxt
Created by rickyg on 5/14/2024 in #❓・help
How to Auto-Import a Server Function from a Nuxt Module?
How do you auto import a server function from a NUXT module into a Nuxt Server Application? Tried the following in module.ts 'addImportsDir(resolver.resolve("./runtime/server/utils"))' without success. I can auto-import into client side code all day long. What's the technique? Thank you.
3 replies