Hi, I have a problem.
I'm trying to make a plugin for astro, I put devDependecies astro in it, I need getCollection from it, but when I give import { getCollection} from astro:content'`, it tells me it can't find this module.
I gave pnpm astro sync, I also did a test content, it doesn't want to get this module.
I should point out that a console.log() on the getCollection function returns the test data from the content.