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?
1 Reply
Solution
ok I removed the function but not the export declaration... my bad! π