While working on my localhost, I encountered a syntax error in the utils folder while fetching skills. Despite setting up other fetch files the same way, this one particular file is causing issues within the local host environment. You can see the error message https://i.sstatic.net/rMyG2.png
Upon running the build, the terminal informed me that the module 'sanity' does not have an exported member 'defineConfig'. I verified the version of sanity and attempted to update it, but the error persisted. Here is the package.json file from my sanity folder: https://i.sstatic.net/L6v74.png
No errors are apparent in my sanity.config.ts file: https://i.sstatic.net/BkWg1.png