N
Nuxt8mo ago
alex

autoimports not updating

hey, I have some helper functions under /utils and they have been generated accordingly... however, I decided to put some of them into composables and removed them from utils. But then I figured the import.d.ts in the .nuxt folder doesnt get updated anymore. After I remove a certain function it is still in the import file. Should that not being updated as soon I remove the function?
Solution:
ok I removed the function but not the export declaration... my bad! 😉
Jump to solution
1 Reply
Solution
alex
alex8mo ago
ok I removed the function but not the export declaration... my bad! 😉

Did you find this page helpful?